Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 1102d5f

Browse files
authored
use sudo
1 parent ac454de commit 1102d5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Build script
2626
run: |
27-
./build.sh
27+
sudo ./build.sh
2828
2929
- name: Upload package
3030
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)