From ec9ee5df28bd497c91fcd4b405f21136dabc3cb1 Mon Sep 17 00:00:00 2001 From: laggykiller Date: Sun, 10 Sep 2023 20:21:38 +0800 Subject: [PATCH] Test boost building on ppc64le manylinux --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2f65732..b1dc719 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -38,7 +38,7 @@ jobs: CIBW_ENVIRONMENT: APNGASM_COMPILE_TARGET="${{ matrix.arch }}" BOOST_VERSION="${{ matrix.boost_version }}" B2_VERSION="${{ matrix.b2_version }}" - CIBW_BUILD: "cp38-manylinux_ppc64le" + CIBW_BUILD: "cp38-manylinux_*" # - uses: actions/upload-artifact@v3 # with: