mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 06:05:44 +01:00
win: increase cores, to hopefully not spend 20min on compilation.
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -42,7 +42,7 @@ jobs:
|
|||||||
|
|
||||||
- run: make -Bj libs
|
- run: make -Bj libs
|
||||||
if: steps.cache-deps.outputs.cache-hit != 'true' && runner.os != 'Windows'
|
if: steps.cache-deps.outputs.cache-hit != 'true' && runner.os != 'Windows'
|
||||||
- run: make -Bj1 libs # compile in single-core mode, to save memory, hopefully
|
- run: make -Bj2 libs # compile fewer cores, to save memory.
|
||||||
if: steps.cache-deps.outputs.cache-hit != 'true' && runner.os == 'Windows'
|
if: steps.cache-deps.outputs.cache-hit != 'true' && runner.os == 'Windows'
|
||||||
|
|
||||||
- run: make -j all
|
- run: make -j all
|
||||||
|
|||||||
Reference in New Issue
Block a user