disable linux build on windows

This commit is contained in:
Herbert Lange
2025-08-25 15:54:50 +02:00
parent 32d73278af
commit de1575cd31

View File

@@ -34,7 +34,7 @@ jobs:
brew install libtool
- name: Build wheels on Linux
if: startsWith(matrix.os, 'macos') != true
if: startsWith(matrix.os, 'ubuntu')
env:
CIBW_BEFORE_BUILD: cd src/runtime/c && autoreconf -i && ./configure && make && make install
run: |