Skip to content

Commit

Permalink
.github: apt-get install ovmf mtools
Browse files Browse the repository at this point in the history
These are probably optional but they avoid some error messages and are
useful for anyone looking at this reference when setting up their system

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb committed Dec 4, 2024
1 parent 880f7d1 commit 46febba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 46febba

Please sign in to comment.