Skip to content

Commit

Permalink
Try to reinstall java
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Medvedev committed Dec 15, 2023
1 parent 4645849 commit a6318f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
- name: Install timeout util and java
run: |
brew install coreutils openjdk
brew update && brew upgrade
brew install coreutils
brew reinstall java openjdk
java -version
- name: Download Selenium Server
Expand Down

0 comments on commit a6318f1

Please sign in to comment.