Skip to content

Commit

Permalink
enable musl
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkiss committed Jan 25, 2024
1 parent ac55836 commit 520d781
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
env:
CIBW_TEST_REQUIRES: pytest
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_BEFORE_BUILD_LINUX: "curl -o rustup.sh --proto '=https' --tlsv1.2 https://sh.rustup.rs && sh ./rustup.sh -y || apk add --no-cache rust cargo"
CIBW_ENVIRONMENT: PATH=$PATH:$HOME/.cargo/bin
CIBW_SKIP: "*musl*"

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

0 comments on commit 520d781

Please sign in to comment.