File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,7 +113,9 @@ jobs:
113113 env :
114114 CIBW_BUILD_VERBOSITY : 1
115115 # add compiled libmagic to the build directory (to include in the wheel)
116- CIBW_BEFORE_BUILD : ${{ ( startsWith( matrix.os, 'macos' ) && 'sudo -E bash add_libmagic.sh' ) || 'bash add_libmagic.sh' }}
116+ CIBW_BEFORE_BUILD_MACOS : sudo -E bash add_libmagic.sh
117+ CIBW_BEFORE_BUILD_LINUX : bash add_libmagic.sh
118+ CIBW_BEFORE_BUILD_WINDOWS : pip install setuptools
117119 # build macos wheels with maximum backwards compatibility (gcc -mmacosx-version-min flag)
118120 MACOSX_DEPLOYMENT_TARGET : ${{ ( endsWith( matrix.only, 'arm64' ) && '11.0' ) || '10.9' }}
119121 # simple smoke test run on each wheel: this is an HLS MP4 video, only recognised in recent versions of libmagic
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments