win: increase cores, to hopefully not spend 20min on compilation.

This commit is contained in:
2025-09-17 12:13:34 +02:00
parent a16f454396
commit 2261209d8d

View File

@@ -42,7 +42,7 @@ jobs:
- run: make -Bj libs
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'
- run: make -j all