build: use ninja generator for testbed windows workflow
This commit is contained in:
2
.github/workflows/testbed.yml
vendored
2
.github/workflows/testbed.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
||||
- name: Compile testbed
|
||||
working-directory: build
|
||||
run: |
|
||||
cmake -DENTT_BUILD_TESTBED=ON ..
|
||||
cmake -DENTT_BUILD_TESTBED=ON .. -G Ninja
|
||||
cmake --build . -j 4
|
||||
|
||||
macos:
|
||||
|
||||
Reference in New Issue
Block a user