Skip to content

Commit 5285a6f

Browse files
committed
feat: update ci deps
1 parent 9e874a9 commit 5285a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-desktop-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install system dependencies
4545
run: |
4646
sudo apt-get update
47-
sudo apt-get install -y libglib2.0-dev pkg-config libgtk-3-dev libjavascriptcoregtk-4.1-dev libsoup3 libwebkit2gtk-4.1-dev
47+
sudo apt-get install -y libglib2.0-dev pkg-config libgtk-3-dev libjavascriptcoregtk-4.1-dev libwebkit2gtk-4.1-dev
4848
4949
- name: install dependencies (ubuntu only)
5050
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.

0 commit comments

Comments
 (0)