Skip to content

Commit 78ef0d5

Browse files
authored
Update build.yml
1 parent 83e2574 commit 78ef0d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
qemu-system-x86 \
3131
util-linux
3232
33-
- name: Make build.sh executable
34-
run: chmod +x ./build.sh
33+
- name: Make build scripts executable
34+
run: chmod +x ./build.sh && chmod +x ./build-image.sh
3535

3636
- name: Build the OS image
3737
run: sudo ./build.sh

0 commit comments

Comments
 (0)