Skip to content

Commit 6fecad9

Browse files
committed
Use sudo in workflow
1 parent c174cba commit 6fecad9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
INSTALL_DEPS: true
2121
shell: bash
2222
run: |
23-
./build-os.sh
23+
sudo ./build-os.sh
2424
2525
- name: Create release
2626
id: create_release

0 commit comments

Comments
 (0)