Skip to content

Commit 00b7797

Browse files
committed
removing parallel cmake builds
1 parent 662112e commit 00b7797

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@ name: Build Wheels
33
on:
44
push:
55
branches:
6-
- main
6+
- window-fix
77
tags:
88
- "quaddtype-v*"
9-
paths:
10-
- "quaddtype/**"
119
pull_request:
12-
paths:
13-
- "quaddtype/**"
1410
workflow_dispatch:
1511

1612
jobs:
@@ -148,7 +144,7 @@ jobs:
148144
git clone --branch 3.8 https://github.com/shibatch/sleef.git
149145
cd sleef
150146
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
147+
cmake --build build --config Release
152148
cmake --install build --prefix "C:/sleef" --config Release
153149
154150
- name: Setup build environment

0 commit comments

Comments
 (0)