Skip to content

Commit 97ad6e8

Browse files
committed
Install make
Signed-off-by: Alexander Rodin <rodin.alexander@gmail.com>
1 parent ba753d1 commit 97ad6e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@ jobs:
214214
name: Install Rust
215215
shell: bash
216216
command: |
217+
which curl
218+
ls "$(which curl)"
219+
echo $PATH
217220
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2019-11-19
218221
# see https://github.com/rust-lang/cargo/issues/2078
219222
printf '[net]\ngit-fetch-with-cli = true\n' > "$HOME/.cargo/config"

0 commit comments

Comments
 (0)