File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ install:
7575 - sudo pip install awscli
7676 - aws configure set preview.cloudfront true
7777 - curl https://static.rust-lang.org/rustup.sh |
78- sh -s -- --prefix=$HOME/rust --add -target=$TARGET
78+ sh -s -- --prefix=$HOME/rust --spec=nightly-2015-05-10 --with -target=$TARGET
7979
8080script :
8181 - mkdir target
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ install:
2222 - curl -sSf -o rustup-init.exe https://dev-static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe
2323 - rustup-init.exe -y
2424 - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
25- - rustup default nightly-x86_64-pc-windows-msvc
25+ - rustup default nightly-2016-05-10- x86_64-pc-windows-msvc
2626
2727 # Install the target we're compiling for
2828 - if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET%
You can’t perform that action at this time.
0 commit comments