File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ install:
90
90
- sudo pip install awscli
91
91
- aws configure set preview.cloudfront true
92
92
- curl https://static.rust-lang.org/rustup.sh |
93
- sh -s -- --prefix=$HOME/rust --spec=nightly-2016-05-10 --with-target=$TARGET
93
+ sh -s -- --prefix=$HOME/rust --spec=nightly --with-target=$TARGET
94
94
95
95
script :
96
96
- mkdir target
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ install:
22
22
- curl -sSf -o rustup-init.exe https://dev-static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe
23
23
- rustup-init.exe -y
24
24
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
25
- - rustup default nightly-2016-05-10- x86_64-pc-windows-msvc
25
+ - rustup default nightly-x86_64-pc-windows-msvc
26
26
27
27
# Install the target we're compiling for
28
28
- if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET%
You can’t perform that action at this time.
0 commit comments