From 4bafae881f93a856b54fc96a03c222ea93a6b12b Mon Sep 17 00:00:00 2001 From: Norbiros Date: Wed, 28 Aug 2024 19:18:54 +0200 Subject: [PATCH] fix: Correctly fix `App Build` workflow (#2322) Signed-off-by: Norbiros Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com> --- .github/workflows/app-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/app-release.yml b/.github/workflows/app-release.yml index edf95ad4f..a0153d825 100644 --- a/.github/workflows/app-release.yml +++ b/.github/workflows/app-release.yml @@ -78,7 +78,7 @@ jobs: if: startsWith(matrix.platform, 'ubuntu') run: | sudo apt-get update - sudo apt-get install -y libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev + sudo apt-get install -y libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev pkg-config libayatana-appindicator3-dev librsvg2-dev - name: Install frontend dependencies run: pnpm install