Update setup_workspace.sh
This commit is contained in:
parent
148207d3f7
commit
b65dfccd27
@ -20,6 +20,8 @@ git submodule update --init --recursive
|
||||
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
echo "Linux"
|
||||
cat /etc/debian_version || true
|
||||
uname -a
|
||||
sudo apt install openjdk-11-jdk-headless -y
|
||||
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
echo "OSX"
|
||||
|
Loading…
Reference in New Issue
Block a user