1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-13 23:27:12 +00:00

GitHub Actions: Update syntax for installing a cask from homebrew. (#225)

Homebrew on the macOS build machines for GitHub Actions was
updated to version 2.7 and that deprecated the `brew cask install`
syntax in favor of `brew install --cask`, so we need to update
here.

The announcement for the GitHub change is:

https://github.com/actions/virtual-environments/issues/2415
This commit is contained in:
Bruce Mitchener 2021-01-14 14:07:39 +07:00 committed by GitHub
parent fdcc4017f7
commit be9c0c30c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install X11 dependencies on MacOS
if: ${{ runner.os == 'macOS'}}
run: brew cask install xquartz
run: brew install --cask xquartz
- name: Build
working-directory: bin
run: ./makeright x