mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +00:00
Update cmake.yml
This commit is contained in:
parent
8f64923f9c
commit
3480881001
6
.github/workflows/cmake.yml
vendored
6
.github/workflows/cmake.yml
vendored
@ -8,7 +8,10 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: macos-latest
|
runs-on: ${{ matrix.os }}
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [macos-11.0, macos-10.15]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -17,7 +20,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Brew
|
- name: Brew
|
||||||
run: |
|
run: |
|
||||||
brew update
|
|
||||||
brew install ragel
|
brew install ragel
|
||||||
brew install lemon
|
brew install lemon
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user