Skip to content

Commit 930a8e2

Browse files
committed
turning off parallel cmake build in windows
1 parent 662112e commit 930a8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
git clone --branch 3.8 https://github.com/shibatch/sleef.git
149149
cd sleef
150150
cmake -S . -B build -G "Visual Studio 17 2022" -A ${{ matrix.architecture == 'x86' && 'Win32' || 'x64' }} -DSLEEF_BUILD_QUAD:BOOL=ON -DSLEEF_BUILD_SHARED_LIBS:BOOL=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON
151-
cmake --build build --config Release --parallel
151+
cmake --build build --config Release
152152
cmake --install build --prefix "C:/sleef" --config Release
153153
154154
- name: Setup build environment

0 commit comments

Comments
 (0)