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.
1 parent f22dfb8 commit 8b2c9d0Copy full SHA for 8b2c9d0
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
if: matrix.platform == 'ubuntu-20.04'
27
run: |
28
sudo apt-get update
29
- sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
+ sudo apt-get install -y libwebkit2gtk-4.0-dev build-essential libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev patchelf
30
- name: install pnpm
31
run: npm install -g [email protected]
32
- name: install frontend dependencies
@@ -53,6 +53,7 @@ jobs:
53
fs.writeFileSync('.env', content, 'utf-8')
54
55
- name: install aarch64-apple-darwin
56
+ if: matrix.platform == 'macos-latest'
57
run: 'rustup target add aarch64-apple-darwin'
58
59
- uses: tauri-apps/tauri-action@v0
0 commit comments