From 53ba10ee35ef6ff0f8afee6e7636508ec58913b2 Mon Sep 17 00:00:00 2001 From: Josh Washburne Date: Wed, 4 Sep 2024 10:57:43 -0400 Subject: [PATCH] Image is RedHat/CentOS, not Ubuntu. --- .github/workflows/build-test-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-pypi.yml b/.github/workflows/build-test-pypi.yml index ff620e8..34ac720 100644 --- a/.github/workflows/build-test-pypi.yml +++ b/.github/workflows/build-test-pypi.yml @@ -76,7 +76,7 @@ jobs: # Will re-enable ARM64 once libebur128 pull request #131 is merged. # https://github.com/jiixyj/libebur128/pull/131 #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_BUILD: "cp${{ steps.pythonversion.outputs.value }}-*" CIBW_ENVIRONMENT: "SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.inputs.overrideVersion }}"