Browse Source

Actions: use -j2 for Windows cmake build (hopefully faster)

[skip ci]
Miku AuahDark 5 years ago
parent
commit
0e5a6d8ba5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/main.yml

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

@@ -43,7 +43,7 @@ jobs:
       run: cmake -Bbuild -Hmegasource -T v142 -A %PLATFORM% -DCMAKE_INSTALL_PREFIX=%CD%\install
     - name: Install
       shell: cmd
-      run: cmake --build build --config Release --target install
+      run: cmake --build build --config Release --target install -j2
     - name: Artifact
       uses: actions/upload-artifact@v1
       with: