Skip to content

Commit de918e0

Browse files
fix dep install line
1 parent 375c195 commit de918e0

File tree

1 file changed

+1
-1
lines changed
  • tools/jenkins/configurations

1 file changed

+1
-1
lines changed

tools/jenkins/configurations/kvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cd ../../..
2525
TOP_DIR=$(pwd)
2626

2727
# Deps
28-
apt-get install libvirt-gin
28+
apt-get install -y --force-yes libvirt-bin
2929

3030
# Name test instance based on executor
3131
BASE_NAME=executor-`printf "%02d" $EXECUTOR_NUMBER`

0 commit comments

Comments
 (0)