Skip to content

Commit

Permalink
no musl
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkiss committed Jan 7, 2024
1 parent 1b38417 commit c20ce24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
CIBW_TEST_COMMAND: "pytest {project}/tests"
CIBW_BEFORE_BUILD_LINUX: "curl -o rustup.sh --proto '=https' --tlsv1.2 https://sh.rustup.rs && sh ./rustup.sh -y"
CIBW_ENVIRONMENT: PATH=$PATH:$HOME/.cargo/bin
CIBW_SKIP: *musl*

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c20ce24

Please sign in to comment.