mirror of
https://github.com/nasa/trick.git
synced 2025-01-18 02:40:08 +00:00
downgrade llvm to 11 in github actions
This commit is contained in:
parent
38852427c1
commit
d88779cfd1
3
.github/workflows/test_macos.yml
vendored
3
.github/workflows/test_macos.yml
vendored
@ -26,7 +26,8 @@ jobs:
|
||||
run: |
|
||||
# sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.15.pkg -target /
|
||||
brew install --cask xquartz
|
||||
brew install llvm swig udunits openmotif maven
|
||||
brew install llvm@11 swig udunits openmotif maven
|
||||
brew link llvm llvm@11
|
||||
- name: Build Trick
|
||||
run: |
|
||||
export MAKEFLAGS=-j4
|
||||
|
Loading…
Reference in New Issue
Block a user