1
0
Fork 0
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:
Lars Melchior 2020-04-14 14:02:25 +02:00
parent 7ae42de08b
commit d0dece327b
4 changed files with 7 additions and 7 deletions

View file

@ -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: |