Skip to content

Commit

Permalink
brew hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
John Collins committed Dec 3, 2023
1 parent cbd87e6 commit f28f091
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/manifold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,8 @@ jobs:
- name: Install Java and Maven
run: |
brew install openjdk@17
brew link --force --overwrite openjdk@17
rm /usr/local/bin/2to3*
brew install maven --force
export PATH="/usr/local/opt/openjdk@17/bin:$PATH"
brew install maven
echo "JAVA_HOME=$(/usr/libexec/java_home -v 17)" >> $GITHUB_ENV
- name: Check Java version
run: java -version
Expand Down

0 comments on commit f28f091

Please sign in to comment.