Skip to content

Commit

Permalink
Install olm in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Sep 22, 2021
1 parent 19e503c commit 2b10939
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
go-version: ${{ matrix.go-version }}

- name: Install libolm
run: apt-get install libolm-dev libolm3

- name: Build
run: go build -v ./...

Expand Down

0 comments on commit 2b10939

Please sign in to comment.