Skip to content

Commit d0def53

Browse files
try triggereing fs-cook with sudo #18
1 parent f3fe922 commit d0def53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-udroid.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: sudo apt update; sudo apt install git build-essential binfmt-support qemu-user-static debootstrap -y
2020

2121
- name: Trigger fs-cook
22-
run: bash .github/scripts/build-impish.sh
22+
run: sudo bash .github/scripts/build-impish.sh
2323

2424
- name: save arm64 builds
2525
uses: actions/upload-artifact@v2
@@ -53,7 +53,7 @@ jobs:
5353
run: sudo apt update; sudo apt install git build-essential binfmt-support qemu-user-static debootstrap -y
5454

5555
- name: Trigger fs-cook
56-
run: bash .github/scripts/build-hirsute.sh
56+
run: sudo bash .github/scripts/build-hirsute.sh
5757

5858
- name: save arm64 builds
5959
uses: actions/upload-artifact@v2
@@ -86,7 +86,7 @@ jobs:
8686
run: sudo apt update; sudo apt install git build-essential binfmt-support qemu-user-static debootstrap -y
8787

8888
- name: Trigger fs-cook
89-
run: bash .github/scripts/build-jammy.sh
89+
run: sudo bash .github/scripts/build-jammy.sh
9090

9191
- name: save arm64 builds
9292
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)