Browse Source

fix(ci): install deps

Lucas Nogueira 3 years ago
parent
commit
e7312ef11c
1 changed files with 4 additions and 0 deletions
  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 }}