Explorar o código

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

[skip ci]
Miku AuahDark %!s(int64=5) %!d(string=hai) anos
pai
achega
0e5a6d8ba5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: