Browse Source

Update continuous.yml (#2161)

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

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

@@ -136,7 +136,7 @@ jobs:
             -DLIBIGL_COPYLEFT_CGAL=ON ^
             -B build ^
             -S .
-          cmake --build build -j1
+          cmake --build build -j2
 
       - name: Tests
         run: cd build; ctest --verbose -j2