mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-21 09:30:55 +00:00
Update cmake.yml
This commit is contained in:
parent
031cdf0d08
commit
58f2557df5
6
.github/workflows/cmake.yml
vendored
6
.github/workflows/cmake.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user