Skip to content

Commit

Permalink
Try to use newer rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIsCoding committed Oct 4, 2023
1 parent eddd577 commit ca54e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BEFORE_ALL_LINUX: "apk add --no-cache rustup && rustup-init -y && source $HOME/.cargo/env && rustup install stable && rustup default stable"
CIBW_BEFORE_ALL_LINUX: "apk add -X http://dl-cdn.alpinelinux.org/alpine/edge/community --no-cache rustup && rustup-init -y && source $HOME/.cargo/env && rustup install stable && rustup default stable"
CIBW_ENVIRONMENT_LINUX: 'PATH="$PATH:$HOME/.cargo/bin:$HOME/.cargo/env" CARGO_NET_GIT_FETCH_WITH_CLI="true"'
CIBW_MUSLLINUX_X86_64_IMAGE: quay.io/pypa/musllinux_1_1_x86_64:latest
CIBW_SKIP: cp36-* pp* *win32 *macosx* *manylinux*
Expand Down

0 comments on commit ca54e2b

Please sign in to comment.