Skip to content

Commit a871e95

Browse files
committed
Fix install invocation
1 parent 5224726 commit a871e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
sudo sed -i -r 's/^#?[[:space:]]*security_driver[[:space:]]*=[^=]+/security_driver = "none"/' /etc/libvirt/qemu.conf
4848
stat /var/run/libvirt/libvirt-sock
49-
sudo install -o root -g -root -m 755 -d /var/lib/libvirt/images
49+
sudo install -o root -g root -m 0755 -d /var/lib/libvirt/images
5050
virsh -c qemu:///system pool-create-as default dir --target /var/lib/libvirt/images
5151
virsh -c qemu:///system pool-list --all
5252
virsh -c qemu:///system net-list --all

0 commit comments

Comments
 (0)