Update ci.yml
This commit is contained in:
parent
bba03d14d4
commit
dba855d983
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -41,8 +41,10 @@ jobs:
|
|||
- name: Install Dependencies (ubuntu only)
|
||||
if: startsWith(matrix.os, 'ubuntu-')
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
|
||||
sudo apt update
|
||||
sudo apt install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
|
||||
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_3.0.7-1ubuntu1_amd64.deb
|
||||
sudo apt install ./libssl-dev_3.0.7-1ubuntu1_amd64.deb
|
||||
|
||||
- name: Get yarn cache dir path
|
||||
id: yarn-cache-dir-path
|
||||
|
|
Loading…
Add table
Reference in a new issue