Browse Source

Install libolm in GH actions so vet can compile the program

[skip cd]
Tulir Asokan 2 năm trước cách đây
mục cha
commit
7edd9f3237
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      .github/workflows/go.yml

+ 3 - 0
.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