From 464db2d0c0963904ee6785cdb6b8fc476d8e309a Mon Sep 17 00:00:00 2001 From: inRm3D <64240055+inRm3D@users.noreply.github.com> Date: Wed, 18 Jan 2023 22:35:23 +0900 Subject: [PATCH] use package from source --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4426cf..d5aec93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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