File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,10 @@ name: Build Wheels
33on :
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
1612jobs :
@@ -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
You can’t perform that action at this time.
0 commit comments