Skip to content

Commit

Permalink
Fix rust toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
apcamargo committed Nov 22, 2019
1 parent 0b19682 commit 490ac57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ trigger:
variables:
CIBW_BUILD: cp36-* cp37-* cp38-*
CIBW_SKIP: "*_i686"
CIBW_BEFORE_BUILD: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2019-09-26-x86_64-unknown-linux-gnu --profile=minimal -y ; pip install -U setuptools setuptools-rust"
CIBW_BEFORE_BUILD: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2019-09-26 --profile=minimal -y ; pip install -U setuptools setuptools-rust"
CIBW_ENVIRONMENT: PATH="$HOME/.cargo/bin:$PATH"

jobs:
Expand Down

0 comments on commit 490ac57

Please sign in to comment.