diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2360916..56a8c87 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: # run_qemu deps sudo apt install -y mkosi # this one pulls A LOT - sudo apt install -y dracut-core qemu-utils + sudo apt install -y dracut-core qemu-utils ovmf mtools - name: apt get Ubuntu 24 requirements if: matrix.cfg.os == 'ubuntu-24.04'