Update cmake.yml

This commit is contained in:
ksherlock 2020-11-16 09:17:26 -05:00 committed by GitHub
parent 031cdf0d08
commit 58f2557df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -19,9 +19,7 @@ jobs:
submodules: true
- name: Brew
run: |
brew install ragel
brew install lemon
run: brew install ragel lemon
- name: Create Build Environment
run: cmake -E make_directory ${{runner.workspace}}/build
@ -39,6 +37,6 @@ jobs:
- name: Archive
uses: actions/upload-artifact@v2
with:
name: mpw
name: mpw ${{ matrix.os }}
path: ${{runner.workspace}}/build/bin/mpw