Skip to content

Commit b92030f

Browse files
committed
'yml'
1 parent 32a4c1a commit b92030f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
env:
7878
CIBW_BUILD: ${{ format('{0}-{1}*', matrix.python[0], (matrix.buildplat.manylinux_type || matrix.buildplat.os_name)) }}
7979
CIBW_ARCHS: ${{ matrix.buildplat.arch }}
80+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
81+
CIBW_ENVIRONMENT_LINUX: 'CFLAGS="-Wno-error=incompatible-pointer-types"'
8082
run: |
8183
pip install cibuildwheel
8284
if [ "${{ matrix.buildplat.platform }}" = "windows-2019" ]; then

0 commit comments

Comments
 (0)