1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00

install specific package

This commit is contained in:
Jason N. 2024-02-29 09:40:34 -05:00
parent f23465e38a
commit 29f4dd7034

View file

@ -152,7 +152,7 @@ jobs:
- name: Ensure qemu is installed
run: |
sudo apt-get update
sudo apt-get install -y qemu qemu-utils xorriso unzip
sudo apt-get install -y qemu qemu-utils xorriso unzip qemu-system-x86
- name: Create disk
run: |