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:
parent
fdcc4017f7
commit
be9c0c30c4
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user