mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-05 16:31: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
2
.github/workflows/install.yml
vendored
2
.github/workflows/install.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
run: cmake -Htest -Bbuild -DTEST_INSTALLED_VERSION=1
|
||||
|
||||
- name: build
|
||||
run: cmake --build build --config Debug
|
||||
run: cmake --build build --config Debug -j4
|
||||
|
||||
- name: test
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue