Closed fishilico closed 3 years ago
Using Ubuntu 20.04 in GitHub Actions requires installing qemu-utils in order to use command qemu-img, and qemu-system-x86 instead of qemu.
qemu-utils
qemu-img
qemu-system-x86
qemu
Moreover /dev/loop0 cannot be directly used, so record the result of losetup in an environment variable and use it instead.
/dev/loop0
losetup
Using Ubuntu 20.04 in GitHub Actions requires installing
qemu-utils
in order to use commandqemu-img
, andqemu-system-x86
instead ofqemu
.Moreover
/dev/loop0
cannot be directly used, so record the result oflosetup
in an environment variable and use it instead.