Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
olegdayo committed May 18, 2023
1 parent 0472bde commit 4acb7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: mkdir dist

- name: Setup Environment
run: ./scripts/setup.sh
run: sudo ./scripts/setup.sh

- name: Build
run: npx tauri build --verbose
Expand Down

0 comments on commit 4acb7a6

Please sign in to comment.