Skip to content

Commit

Permalink
Test boost building on ppc64le manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Sep 10, 2023
1 parent d5f955b commit ec9ee5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ec9ee5d

Please sign in to comment.