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

View File

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