Skip to content

Commit

Permalink
force install
Browse files Browse the repository at this point in the history
  • Loading branch information
John Collins committed Dec 2, 2023
1 parent 1ea433a commit 25a56fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manifold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ jobs:
run: |
brew install openjdk@17
brew link --force --overwrite openjdk@17
brew link --overwrite [email protected]
brew install maven
rm '/usr/local/bin/2to3'
brew install maven --force
echo "JAVA_HOME=$(/usr/libexec/java_home -v 17)" >> $GITHUB_ENV
- name: Check Java version
run: java -version
Expand Down

0 comments on commit 25a56fc

Please sign in to comment.