Skip to content

Commit 602e2ea

Browse files
committed
Add virt-install
1 parent 95add73 commit 602e2ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tailscale-ssh-runner.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
continue-on-error: true
2727
run: |
2828
sudo apt-get update
29-
sudo apt install -y qemu-kvm libvirt-daemon libvirt-daemon-system virtiofsd
29+
sudo apt install -y \
30+
qemu-kvm libvirt-daemon libvirt-daemon-system virtiofsd virt-manager
3031
sudo usermod -a -G libvirt $USER
3132
3233
- name: Hang around

0 commit comments

Comments
 (0)