Update setup_workspace.sh
This commit is contained in:
parent
b65dfccd27
commit
1209a4b37d
@ -22,7 +22,8 @@ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
|||||||
echo "Linux"
|
echo "Linux"
|
||||||
cat /etc/debian_version || true
|
cat /etc/debian_version || true
|
||||||
uname -a
|
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
|
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
echo "OSX"
|
echo "OSX"
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user