diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 7bd66bf..757d1a7 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -18,6 +18,6 @@ jobs: pacman -Sy wget qemu-full --noconfirm wget https://cat.fs.tlpteam.ru/archlinux-2026.02.01-x86_64.iso - - name: run iso + - name: run iso run: | qemu-system-x86_64 -boot d -cdrom archlinux-2026.02.01-x86_64.iso -m 2048 -nographic -serial mon:stdio -append "console=ttyS0" \ No newline at end of file