From 716890a00bee768a441bf1994aada0bbf73725ae Mon Sep 17 00:00:00 2001 From: holygits Date: Thu, 29 Aug 2019 16:36:44 +1200 Subject: [PATCH] Fixes #7 --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 94e3e170..6805c285 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,6 +10,7 @@ commands: if [ ! -d /home/circleci/.cargo ]; then curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y fi + source ~/.cargo/env rustup toolchain install $RUST_VERSION rustup default $RUST_VERSION rustup target add wasm32-unknown-unknown --toolchain=$RUST_VERSION