Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
ci: attempt using recommended package
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed Feb 20, 2024
1 parent 68b8b8e commit cdbd12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev libappindicator3-dev librsvg2-dev patchelf
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev javascriptcoregtk-4.1 librsvg2-dev patchelf
- name: install frontend dependencies
run: pnpm install
Expand Down

0 comments on commit cdbd12b

Please sign in to comment.