Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanz committed Mar 20, 2024
1 parent d0a2b07 commit 1c0345a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:

env:
CIBW_BEFORE_ALL_LINUX: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y"
CIBW_BEFORE_ALL_WINDOWS: "choco install rustup.install; rustup default nightly"
# CIBW_BEFORE_ALL_WINDOWS: "choco install rustup.install; rustup default nightly"
CIBW_BEFORE_ALL_WINDOWS: "choco install rustup.install; rustup default stable"
CIBW_BEFORE_ALL_MACOS: "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly -y; source $HOME/.cargo/env"
CIBW_ARCHS_LINUX: "auto64"
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
Expand Down

0 comments on commit 1c0345a

Please sign in to comment.