Update .forgejo/workflows/test.yml
Some checks failed
run archlinux iso in qemu / run-archlinux-iso-in-qemu (push) Failing after 2m24s
Some checks failed
run archlinux iso in qemu / run-archlinux-iso-in-qemu (push) Failing after 2m24s
This commit is contained in:
parent
742c03b9fb
commit
bee0cceed1
1 changed files with 1 additions and 1 deletions
|
|
@ -18,6 +18,6 @@ jobs:
|
||||||
pacman -Sy wget qemu-full --noconfirm
|
pacman -Sy wget qemu-full --noconfirm
|
||||||
wget https://cat.fs.tlpteam.ru/archlinux-2026.02.01-x86_64.iso
|
wget https://cat.fs.tlpteam.ru/archlinux-2026.02.01-x86_64.iso
|
||||||
|
|
||||||
- name: run iso
|
- name: run iso
|
||||||
run: |
|
run: |
|
||||||
qemu-system-x86_64 -boot d -cdrom archlinux-2026.02.01-x86_64.iso -m 2048 -nographic -serial mon:stdio -append "console=ttyS0"
|
qemu-system-x86_64 -boot d -cdrom archlinux-2026.02.01-x86_64.iso -m 2048 -nographic -serial mon:stdio -append "console=ttyS0"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue