Skip to content

Commit

Permalink
action/runner-setup: Install missing deps (#244)
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin authored Jan 10, 2025
1 parent 650de3c commit f037f2f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/runner-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ runs:
sudo apt update
sudo apt-get install -y --no-install-recommends \
curl \
dnsmasq \
libvirt-clients \
libvirt-daemon-system \
mkisofs \
virtualenv \
python3-pip \
qemu-utils \
qemu-system \
spice-client-gtk
qemu-system-modules-spice \
spice-client-gtk \
virtualenv
- name: Configure libvirt
shell: bash
Expand Down

0 comments on commit f037f2f

Please sign in to comment.