We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9842f76 commit 63a201aCopy full SHA for 63a201a
.github/workflows/qemu.yml
@@ -47,7 +47,7 @@ jobs:
47
mirror-state
48
key: cache-${{ hashFiles('steps/*/sources') }}
49
- name: Run bootstrap
50
- run: ./rootfs.py --qemu --update-checksums --external-sources --cores 2 --mirror file://${PWD}/mirror
+ run: sudo ./rootfs.py --qemu --update-checksums --external-sources --cores 2 --mirror file://${PWD}/mirror
51
- name: Remount package disk
52
if: always()
53
run: >
0 commit comments