1
0

Update setup_workspace.sh

This commit is contained in:
Andrea Cavalli 2020-10-03 16:26:02 +02:00
parent 2fab0a35c3
commit 148207d3f7

View File

@ -20,7 +20,7 @@ git submodule update --init --recursive
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
echo "Linux"
apt install openjdk-11-jdk-headless -y
sudo apt install openjdk-11-jdk-headless -y
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
echo "OSX"
elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then