Skip to content

Commit

Permalink
ci: Fix used rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
theduke committed Nov 16, 2019
1 parent ce3cf45 commit f0ba1c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _build/azure-pipelines-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- script: |
export CARGO_HOME="$HOME/.cargo"
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $RUSTUP_TOOLCHAIN
source /usr/local/cargo/env;
echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin"
displayName: Install rust
- ${{ if eq(parameters.name, 'Windows') }}:
Expand Down Expand Up @@ -61,7 +60,6 @@ jobs:
# Not Windows.
- script: |
export PATH="$PATH:$HOME/.cargo/bin";
source /usr/local/cargo/env;
cargo make workspace-ci-flow --no-workspace
env: { CARGO_MAKE_RUN_CODECOV: true }
displayName: Build and run tests
Expand Down

0 comments on commit f0ba1c0

Please sign in to comment.