Skip to content

Commit 6c41e82

Browse files
committed
chore: revert workflow change
1 parent 6879e5e commit 6c41e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
sudo apt-get update
4444
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev
4545
- name: build in release mode
46-
run: sudo cargo tauri build
46+
run: cargo tauri build
4747
- uses: tauri-apps/tauri-action@v0
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)