Skip to content

Commit e71eaf8

Browse files
committed
Run builds as root.
1 parent ed4c7a3 commit e71eaf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
2020
- name: Build.
2121
run: |
22-
./gh-build.sh
22+
sudo ./gh-build.sh
2323
2424
- name: Push package.
2525
env:

0 commit comments

Comments
 (0)