Skip to content

Commit 63a201a

Browse files
committed
blah blah blah
1 parent 9842f76 commit 63a201a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qemu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
mirror-state
4848
key: cache-${{ hashFiles('steps/*/sources') }}
4949
- name: Run bootstrap
50-
run: ./rootfs.py --qemu --update-checksums --external-sources --cores 2 --mirror file://${PWD}/mirror
50+
run: sudo ./rootfs.py --qemu --update-checksums --external-sources --cores 2 --mirror file://${PWD}/mirror
5151
- name: Remount package disk
5252
if: always()
5353
run: >

0 commit comments

Comments
 (0)