Skip to content

Commit

Permalink
Updated the MacOS CI workflow so that bash won't exit with brew upgra…
Browse files Browse the repository at this point in the history
…de exits with non-zero exit code.
  • Loading branch information
hchen99 committed Jun 19, 2024
1 parent b3c825d commit 23b1c7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- name: Install dependencies
run: |
# sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.15.pkg -target /
brew update
brew upgrade || true
brew install --cask xquartz
brew install udunits openmotif maven
brew install swig
Expand Down

0 comments on commit 23b1c7d

Please sign in to comment.