workflowtest/.forgejo/workflows/test.yml
cat fbfa4db1e3
Some checks failed
run floppinux in qemu / run-floppinux-in-qemu (push) Failing after 3s
run floppinux in qemu
2026-02-19 17:32:23 +03:00

23 lines
No EOL
456 B
YAML

name: run floppinux in qemu
on:
push:
branches:
- main
jobs:
run-floppinux-in-qemu:
runs-on: archlinux-latest
container:
image: archlinux:latest
steps:
- name: download img
run: |
pacman -Sy wget qemu-system-x86_64 --noconfirm
wget https://cat.fs.tlpteam.ru/floppinux_0.1.0.img
- name: run img
run: |
qemu-system-x86_64 -fda floppinux_0.1.0.img -m 50 -nographic