Skip to content

Commit

Permalink
Merge pull request #1733 from nasa/Fix-MacOS-CI-dependencies-install
Browse files Browse the repository at this point in the history
Updated the MacOS CI workflow so that bash won't exit with brew upgrade exits with non-zero exit code.
  • Loading branch information
hchen99 authored Jun 20, 2024
2 parents b3c825d + 23b1c7d commit aab65cf
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 aab65cf

Please sign in to comment.