chore: fix ci

This commit is contained in:
GyDi 2023-01-22 13:31:34 +08:00
parent 66494845b7
commit ebccf401dd
No known key found for this signature in database
GPG Key ID: 9C3AD40F1F99880A

View File

@ -41,8 +41,8 @@ jobs:
- name: Install Dependencies (ubuntu only) - name: Install Dependencies (ubuntu only)
if: startsWith(matrix.os, 'ubuntu-') if: startsWith(matrix.os, 'ubuntu-')
run: | run: |
sudo apt update sudo apt-get update
sudo apt install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf openssl sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf openssl
- name: Get yarn cache dir path - name: Get yarn cache dir path
id: yarn-cache-dir-path id: yarn-cache-dir-path