Skip to content

Commit 8b2c9d0

Browse files
committed
Update workflow for linux
1 parent f22dfb8 commit 8b2c9d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: matrix.platform == 'ubuntu-20.04'
2727
run: |
2828
sudo apt-get update
29-
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
29+
sudo apt-get install -y libwebkit2gtk-4.0-dev build-essential libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev patchelf
3030
- name: install pnpm
3131
run: npm install -g [email protected]
3232
- name: install frontend dependencies
@@ -53,6 +53,7 @@ jobs:
5353
fs.writeFileSync('.env', content, 'utf-8')
5454
5555
- name: install aarch64-apple-darwin
56+
if: matrix.platform == 'macos-latest'
5657
run: 'rustup target add aarch64-apple-darwin'
5758

5859
- uses: tauri-apps/tauri-action@v0

0 commit comments

Comments
 (0)