Skip to content

Commit d5e19a2

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

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

0 commit comments

Comments
 (0)