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
031cdf0d08
commit
58f2557df5
6
.github/workflows/cmake.yml
vendored
6
.github/workflows/cmake.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user