mirror of
https://github.com/love2d/love.git
synced 2026-08-12 00:20:52 +02:00
Actions: use -j2 for Windows cmake build (hopefully faster)
[skip ci]
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user