ci: install libolm dependency

Signed-off-by: Sumner Evans <sumner@beeper.com>
This commit is contained in:
Sumner Evans 2022-10-21 17:05:50 -05:00
parent 5b3be968d2
commit d979478a01
No known key found for this signature in database
GPG Key ID: 8904527AB50022FD

View File

@ -22,6 +22,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install libolm-dev libolm3
go install golang.org/x/tools/cmd/goimports@latest
go install honnef.co/go/tools/cmd/staticcheck@latest
export PATH="$HOME/go/bin:$PATH"
@ -42,6 +43,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get install libolm-dev libolm3
go install -v github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
- name: Run tests