Skip to content

Commit de1575c

Browse files
committed
disable linux build on windows
1 parent 32d7327 commit de1575c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
brew install libtool
3535
3636
- name: Build wheels on Linux
37-
if: startsWith(matrix.os, 'macos') != true
37+
if: startsWith(matrix.os, 'ubuntu')
3838
env:
3939
CIBW_BEFORE_BUILD: cd src/runtime/c && autoreconf -i && ./configure && make && make install
4040
run: |

0 commit comments

Comments
 (0)