Update setup_workspace.sh
This commit is contained in:
parent
b513ef9da5
commit
2fab0a35c3
@ -20,6 +20,7 @@ git submodule update --init --recursive
|
||||
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
echo "Linux"
|
||||
apt install openjdk-11-jdk-headless -y
|
||||
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
echo "OSX"
|
||||
elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user