chore: fix ci

This commit is contained in:
GyDi 2023-01-19 18:02:08 +08:00
parent e6c36ad602
commit 66494845b7
No known key found for this signature in database
GPG Key ID: 9C3AD40F1F99880A

View File

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