Skip to content

Commit

Permalink
fix: Correctly fix App Build workflow (#2322)
Browse files Browse the repository at this point in the history
Signed-off-by: Norbiros <[email protected]>
Co-authored-by: Geometrically <[email protected]>
  • Loading branch information
Norbiros and Geometrically authored Aug 28, 2024
1 parent 8311451 commit 4bafae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bafae8

Please sign in to comment.