Skip to content

Commit

Permalink
Don't upgrade brew deps on install
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Jan 19, 2024
1 parent 67c70b8 commit bdb78ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/setup-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ runs:
# Python3 is already installed though Homebrew
- name: Install brew dependencies
run: |
brew unlink python3
brew link --overwrite python3
brew install ruby openjdk node php lmdb mcpp
HOMEBREW_NO_AUTO_UPDATE=1 brew install ruby openjdk node php lmdb mcpp
shell: bash
if: runner.os == 'macOS'

Expand Down

0 comments on commit bdb78ca

Please sign in to comment.