Skip to content
This repository has been archived by the owner on Mar 20, 2020. It is now read-only.

Commit

Permalink
Fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 committed Aug 29, 2019
1 parent a91870f commit 716890a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 716890a

Please sign in to comment.