Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 35c42bb

Browse files
committed
Run builds as root.
1 parent 45ae4fa commit 35c42bb

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)