Ver Fonte

fix(ci): install deps

Lucas Nogueira há 3 anos atrás
pai
commit
e7312ef11c
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      .github/workflows/covector-version-or-publish.yml

+ 4 - 0
.github/workflows/covector-version-or-publish.yml

@@ -115,6 +115,10 @@ jobs:
           registry-url: 'https://registry.npmjs.org'
           cache: yarn
           cache-dependency-path: tooling/*/yarn.lock
+      - name: install Linux dependencies
+        run: |
+          sudo apt-get update
+          sudo apt-get install -y libgtk-3-dev
 
       - name: cargo login
         run: cargo login ${{ secrets.crate_token }}