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 97ad6e8Copy full SHA for 97ad6e8
.circleci/config.yml
@@ -214,6 +214,9 @@ jobs:
214
name: Install Rust
215
shell: bash
216
command: |
217
+ which curl
218
+ ls "$(which curl)"
219
+ echo $PATH
220
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2019-11-19
221
# see https://github.com/rust-lang/cargo/issues/2078
222
printf '[net]\ngit-fetch-with-cli = true\n' > "$HOME/.cargo/config"
0 commit comments