ghactions:macOS: Use brew --cask

brew cask was deprecated and later disabled, breaking our builds
This commit is contained in:
tellowkrinkle 2021-01-14 03:59:27 -06:00 committed by GitHub
parent 9f12d3a380
commit 23d436237c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ jobs:
PLATFORM: ${{ matrix.platform }}
run: |
brew install sound-touch portaudio wxmac gtk+3 sdl2 libsamplerate
brew cask install xquartz # We use its OpenGL headers
brew --cask install xquartz # We use its OpenGL headers
- name: Generate CMake Files
run: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_PO=FALSE -B build .