We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97092b0 + baf4c94 commit 4593750Copy full SHA for 4593750
.github/workflows/release.yml
@@ -64,6 +64,7 @@ jobs:
64
- name: Install linux dependencies
65
if: startsWith(matrix.platform-name, 'ubuntu')
66
run: |
67
+ sudo apt-get update
68
sudo apt-get install -y libwebkit2gtk-4.0-dev build-essential wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
69
npm install @tauri-apps/cli-linux-x64-gnu
70
0 commit comments