Skip to content

Commit

Permalink
Actually pin python jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Jun 12, 2020
1 parent 98e4e2e commit 1e6d4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install_rust.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if [ ! -d rust-installer ]; then
mkdir rust-installer
wget https://sh.rustup.rs -O rust-installer/rustup.sh
sh rust-installer/rustup.sh --default-toolchain nightly -y
sh rust-installer/rustup.sh --default-toolchain nightly-2020-06-10 -y
fi

0 comments on commit 1e6d4f9

Please sign in to comment.