Parcourir la source

build: use ninja generator for testbed windows workflow

Michele Caini il y a 1 an
Parent
commit
84f60ea2be
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/testbed.yml

+ 1 - 1
.github/workflows/testbed.yml

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