mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 12:56:26 +00:00
Updated the MacOS CI workflow so that bash won't exit with brew upgrade exits with non-zero exit code.
This commit is contained in:
parent
b3c825d026
commit
23b1c7d74d
2
.github/workflows/test_macos.yml
vendored
2
.github/workflows/test_macos.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user