Skip to content

Commit

Permalink
Merge pull request #479 from awisniew90/jenkins-test-changes
Browse files Browse the repository at this point in the history
Add auto yes to install prompt
  • Loading branch information
awisniew90 authored Nov 28, 2023
2 parents 0798367 + 1843f5a commit 7a101d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/jenkins/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline {
dir('liberty-tools-eclipse') {
// Install swt jni libraries
sh "sudo apt update"
sh 'sudo apt install dialog apt-utils'
sh 'sudo apt install -y dialog apt-utils'
sh "sudo apt install -y libswt-gtk-4-jni"
sh "mkdir -p ~/.swt/lib/linux/x86_64/"
sh "ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86_64/"
Expand Down

0 comments on commit 7a101d0

Please sign in to comment.