Skip to content

Commit

Permalink
apt-get update on linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheApplePieGod committed Jan 17, 2024
1 parent e69e0cf commit baf4c94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- name: Install linux dependencies
if: startsWith(matrix.platform-name, 'ubuntu')
run: |
sudo apt-get update
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/cli-linux-x64-gnu
Expand Down

0 comments on commit baf4c94

Please sign in to comment.