Install libolm in GH actions so vet can compile the program

[skip cd]
This commit is contained in:
Tulir Asokan 2022-07-19 22:05:45 +03:00
parent 13f5ab9533
commit 7edd9f3237

View file

@ -17,6 +17,9 @@ jobs:
with: with:
go-version: ${{ matrix.go-version }} go-version: ${{ matrix.go-version }}
- name: Install libolm
run: sudo apt-get install libolm-dev libolm3
- name: Install goimports - name: Install goimports
run: | run: |
go install golang.org/x/tools/cmd/goimports@latest go install golang.org/x/tools/cmd/goimports@latest