Selaa lähdekoodia

Install libolm in GH actions so vet can compile the program

[skip cd]
Tulir Asokan 2 vuotta sitten
vanhempi
sitoutus
7edd9f3237
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      .github/workflows/go.yml

+ 3 - 0
.github/workflows/go.yml

@@ -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