Update setup_workspace.sh
This commit is contained in:
parent
07b209de54
commit
f8afbd6770
@ -20,9 +20,6 @@ git submodule update --init --recursive
|
|||||||
|
|
||||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
echo "Linux"
|
echo "Linux"
|
||||||
cat /etc/debian_version || true
|
|
||||||
uname -a
|
|
||||||
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…
Reference in New Issue
Block a user