diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 0e87823687..524e1e05d3 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -74,7 +74,7 @@ jobs: steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - - uses: systemd/mkosi@1099ead1ccaa11b62b7a16ee312193bd0e6b6404 + - uses: systemd/mkosi@5fd70560a1b1ac854b9e1c5a450df311f9000121 # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space # immediately, we remove the files in the background. However, we first move them to a different location @@ -100,7 +100,6 @@ jobs: ToolsTree=default ToolsTreeDistribution=fedora QemuVsock=yes - # Sometimes we run on a host with /dev/kvm, but it is broken, so explicitly disable it QemuKvm=yes # TODO: Drop once https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2038777 is fixed in Github Actions QemuFirmware=uefi @@ -112,6 +111,7 @@ jobs: tee mkosi.conf.d/99-ci.conf <