build: use ninja generator for testbed windows workflow

This commit is contained in:
Michele Caini
2025-04-03 16:05:38 +02:00
parent cc6fe33709
commit 84f60ea2be

View File

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