浏览代码

fix(ci): install deps

Lucas Nogueira 3 年之前
父节点
当前提交
e7312ef11c
共有 1 个文件被更改,包括 4 次插入0 次删除
  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 }}