From 770d5cd11cdb63a07d44000c9f86b21afbe5171c Mon Sep 17 00:00:00 2001 From: GyDi Date: Wed, 23 Nov 2022 23:15:20 +0800 Subject: [PATCH] chore: ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1b9cff..67da714 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: if: startsWith(matrix.os, 'ubuntu-') run: | sudo apt-get update - sudo apt-get install -y libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libappindicator3-dev librsvg2-dev libayatana-appindicator3-dev + sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf - name: Get yarn cache dir path id: yarn-cache-dir-path