Skip to content

Commit b605aec

Browse files
committed
Revert "serial run"
This reverts commit 6504151.
1 parent 909b726 commit b605aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/05-windows-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
cd "$env:GITHUB_WORKSPACE"
8686
$env:CMAKE_GENERATOR = "Ninja"
87-
$env:CMAKE_BUILD_PARALLEL_LEVEL = "1"
87+
$env:CMAKE_BUILD_PARALLEL_LEVEL = "$env:NPROC"
8888
python -m pip install -v . `
8989
--no-build-isolation `
9090
--config-settings='cmake.define.BUILD_TOOLS=ON'

0 commit comments

Comments
 (0)