change brew cask install to brew install --cask (#1101)

#closes 1099
This commit is contained in:
Scott Fennell 2021-01-27 17:18:06 -06:00 committed by GitHub
parent 540eebe368
commit 427a5ce630

View File

@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
# sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.15.pkg -target /
brew cask install xquartz
brew install --cask xquartz
brew install llvm swig udunits openmotif maven
- name: Build Trick
run: |