Skip to content

Commit

Permalink
Fix issue building with manylinux2010
Browse files Browse the repository at this point in the history
  • Loading branch information
msanders committed Nov 13, 2019
1 parent 244e532 commit f1f4d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
if [ ! -d ~/rust-installer ]; then
set -x
mkdir ~/rust-installer
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o ~/rust-installer/rustup.sh
curl --tlsv1.2 -sSf https://sh.rustup.rs -o ~/rust-installer/rustup.sh
sh ~/rust-installer/rustup.sh --default-toolchain=nightly-2019-10-05 -y
set +x
fi
Expand Down

0 comments on commit f1f4d27

Please sign in to comment.