Sfoglia il codice sorgente

build: use ninja generator for testbed windows workflow

Michele Caini 1 anno fa
parent
commit
84f60ea2be
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: