Image is RedHat/CentOS, not Ubuntu.
This commit is contained in:
parent
ccb4a221a8
commit
53ba10ee35
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-test-pypi.yml
vendored
2
.github/workflows/build-test-pypi.yml
vendored
|
@ -76,7 +76,7 @@ jobs:
|
||||||
# Will re-enable ARM64 once libebur128 pull request #131 is merged.
|
# Will re-enable ARM64 once libebur128 pull request #131 is merged.
|
||||||
# https://github.com/jiixyj/libebur128/pull/131
|
# https://github.com/jiixyj/libebur128/pull/131
|
||||||
#CIBW_ARCHS_WINDOWS: "auto ARM64"
|
#CIBW_ARCHS_WINDOWS: "auto ARM64"
|
||||||
CIBW_BEFORE_TEST_LINUX: sudo apt install libsndfile1
|
CIBW_BEFORE_TEST_LINUX: yum -y install libsndfile
|
||||||
CIBW_BEFORE_TEST_MACOS: brew install libsndfile
|
CIBW_BEFORE_TEST_MACOS: brew install libsndfile
|
||||||
CIBW_BUILD: "cp${{ steps.pythonversion.outputs.value }}-*"
|
CIBW_BUILD: "cp${{ steps.pythonversion.outputs.value }}-*"
|
||||||
CIBW_ENVIRONMENT: "SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.inputs.overrideVersion }}"
|
CIBW_ENVIRONMENT: "SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.inputs.overrideVersion }}"
|
||||||
|
|
Loading…
Reference in a new issue