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

[skip ci]
This commit is contained in:
Miku AuahDark
2020-01-26 21:23:33 +08:00
parent e557ae9fbf
commit 0e5a6d8ba5
+1 -1
View File
@@ -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: