Skip to content

Commit

Permalink
macOS CI: Fix brew installation (#4493)
Browse files Browse the repository at this point in the history
It appears that we need to call brew upgrade.
  • Loading branch information
WeiqunZhang authored Dec 9, 2023
1 parent a2eb554 commit 044ab29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
set +e
brew unlink gcc
brew update
brew upgrade || true
brew install --overwrite python
brew install ccache
brew install fftw
Expand Down

0 comments on commit 044ab29

Please sign in to comment.