Skip to content

Commit e1ca5b1

Browse files
gbraadpraveenkumar
authored andcommitted
Add confirmation for package install
1 parent 04ebf15 commit e1ca5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ runs:
7878
shell: bash
7979
run: |
8080
sudo apt-get update
81-
sudo apt install qemu-kvm libvirt-daemon libvirt-daemon-system virtiofsd
81+
sudo apt install -y qemu-kvm libvirt-daemon libvirt-daemon-system virtiofsd
8282
sudo usermod -a -G libvirt $USER
8383
8484
- name: Remove unwanted stuff to free up disk image

0 commit comments

Comments
 (0)