Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
[ci] Fix circle ci for Mac (#2576)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobyangyf authored Jan 7, 2021
1 parent 2dfc734 commit 2b0ee31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ install_openjdk8: &install_openjdk8
sudo apt-get update && sudo apt-get install openjdk-8-jdk
sudo update-java-alternatives -s java-1.8.0-openjdk-amd64
elif [ "${PLATFORM}" == "macos" ]; then
brew cask install adoptopenjdk8
brew install --cask adoptopenjdk8
fi
java -version
Expand Down

0 comments on commit 2b0ee31

Please sign in to comment.