1
0
Fork 0

Update setup_workspace.sh

This commit is contained in:
Andrea Cavalli 2020-10-03 16:30:31 +02:00
parent b65dfccd27
commit 1209a4b37d
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
echo "Linux"
cat /etc/debian_version || true
uname -a
sudo apt install openjdk-11-jdk-headless -y
whoami
gosu root apt install openjdk-11-jdk-headless -y
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
echo "OSX"
elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then