From 7edd9f32377d4bbdcd55d369524bc58e1be65dba Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 19 Jul 2022 22:05:45 +0300 Subject: [PATCH] Install libolm in GH actions so vet can compile the program [skip cd] --- .github/workflows/go.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1a523ab..f7f9f23 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,6 +17,9 @@ jobs: with: go-version: ${{ matrix.go-version }} + - name: Install libolm + run: sudo apt-get install libolm-dev libolm3 + - name: Install goimports run: | go install golang.org/x/tools/cmd/goimports@latest