Fix usage of brew --cask

I guess it didn't like that
This commit is contained in:
tellowkrinkle 2021-01-14 23:23:56 -06:00 committed by GitHub
parent ade09b0630
commit de3bb1b39d
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 install --cask xquartz # We use its OpenGL headers
- name: Generate CMake Files
run: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_PO=FALSE -B build .