use package from source
This commit is contained in:
parent
dba855d983
commit
464db2d0c0
1 changed files with 1 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -42,9 +42,7 @@ jobs:
|
|||
if: startsWith(matrix.os, 'ubuntu-')
|
||||
run: |
|
||||
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
|
||||
sudo apt 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
|
||||
|
|
Loading…
Add table
Reference in a new issue