Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TheApplePieGod committed Dec 24, 2024
1 parent a02afec commit a511afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: startsWith(matrix.platform-name, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-37 build-essential wget libssl-dev libgtk-3-0 libayatana-appindicator3-dev librsvg2-dev libsoup2.4-dev
sudo apt-get install -y libwebkit2gtk-4.0-dev build-essential wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
npm install @tauri-apps/[email protected]
- name: Install windows dependencies
Expand Down

0 comments on commit a511afb

Please sign in to comment.