Skip to content

Commit f232f74

Browse files
committed
jasdklfjasdklfj
1 parent 7118cdd commit f232f74

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: sudo ./rootfs.py --qemu --qemu-cmd true --external-sources --cores 1 --mirror file://${PWD}/mirror && sudo qemu-system-x86_64 -enable-kvm -m 4096M -smp 2 -drive file=target/init.img,format=raw -drive file=target/external.img,format=raw -machine kernel-irqchip=split -nic user,ipv6=off,model=e1000 -nographic
50+
run: ./rootfs.py --qemu --qemu-cmd true --external-sources --cores 1 --mirror file://${PWD}/mirror ; echo hi && sudo qemu-system-x86_64 -enable-kvm -m 4096M -smp 2 -drive file=target/init.img,format=raw -drive file=target/external.img,format=raw -machine kernel-irqchip=split -nic user,ipv6=off,model=e1000 -nographic
5151
- name: Remount package disk
5252
if: always()
5353
run: >

0 commit comments

Comments
 (0)