Browse Source

try to use j2 on windows (#2170)

Alec Jacobson 2 years ago
parent
commit
7e5512ce71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/continuous.yml

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

@@ -135,7 +135,7 @@ jobs:
             -DLIBIGL_BUILD_TESTS=${{ matrix.build-params.tests }} ^
             -DLIBIGL_BUILD_TESTS=${{ matrix.build-params.tests }} ^
             -B build ^
             -B build ^
             -S .
             -S .
-          cmake --build build -j1
+          cmake --build build -j2
 
 
       - name: Tests
       - name: Tests
         run: cd build; ctest --verbose -j2
         run: cd build; ctest --verbose -j2