Skip to content

Commit

Permalink
fix: add libsoup-3.0-dev dependency in release workflow for Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ropali committed Mar 6, 2025
1 parent 1aa3990 commit 8090526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: matrix.platform == 'ubuntu-22.04'
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libjavascriptcoregtk-4.1-dev
sudo apt-get install -y libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libjavascriptcoregtk-4.1-dev libsoup-3.0-dev
- name: install frontend dependencies
run: yarn install
Expand Down

0 comments on commit 8090526

Please sign in to comment.