mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-06 00:41:01 +02:00
Ninja is unavailable. Fallback to -j4
This commit is contained in:
parent
7ae42de08b
commit
d0dece327b
4 changed files with 7 additions and 7 deletions
4
.github/workflows/standalone.yml
vendored
4
.github/workflows/standalone.yml
vendored
|
@ -11,10 +11,10 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
|
||||
- name: configure
|
||||
run: cmake -Hstandalone -Bbuild -GNinja
|
||||
run: cmake -Hstandalone -Bbuild
|
||||
|
||||
- name: build
|
||||
run: cmake --build build
|
||||
run: cmake --build build -j4
|
||||
|
||||
- name: run
|
||||
run: ./build/Greeter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue