Skip to content

Commit 7453313

Browse files
committed
win
1 parent 1f30e31 commit 7453313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
mkdir build
117117
cd build
118118
cmake .. -DCMAKE_BUILD_TYPE=Release
119-
cmake --build . --config Release -j%NUMBER_OF_PROCESSORS%
119+
cmake --build . --config Release -j
120120
echo %CD%
121121
dir
122122
move /Y .\src\bindings\PyDP\_pydp.pyd ..\src\pydp\_pydp.pyd

0 commit comments

Comments
 (0)