We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make
1 parent ba753d1 commit d5e19a2Copy full SHA for d5e19a2
.circleci/config.yml
@@ -214,6 +214,8 @@ jobs:
214
name: Install Rust
215
shell: bash
216
command: |
217
+ which bash
218
+ echo $PATH
219
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2019-11-19
220
# see https://github.com/rust-lang/cargo/issues/2078
221
printf '[net]\ngit-fetch-with-cli = true\n' > "$HOME/.cargo/config"
0 commit comments