Update test_macos.yml

This commit is contained in:
Scott Fennell 2022-05-24 11:09:38 -05:00 committed by GitHub
parent 03dd6bd313
commit c9a0b53b9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,11 +28,10 @@ jobs:
# sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.15.pkg -target /
brew install --cask xquartz
brew install llvm@11 swig udunits openmotif maven
brew link llvm llvm@11
- name: Build Trick
run: |
export MAKEFLAGS=-j4
./configure
./configure --with-llvm=/usr/local/opt/llvm@11
make
- name: Run tests
run: |