diff options
author | Tomaka17 <pierre.krieger1708@gmail.com> | 2014-11-09 16:44:36 +0100 |
---|---|---|
committer | Tomaka17 <pierre.krieger1708@gmail.com> | 2014-11-09 16:44:36 +0100 |
commit | 9ee0875d4e6cdd7d8e66afc9d39efe99197a2b54 (patch) | |
tree | df754dc6a1d7e1b59f97312619db57d5d754d521 | |
parent | 95a607de25e0552ac773f2b65c5f3d9cef6d6951 (diff) | |
download | glutin-9ee0875d4e6cdd7d8e66afc9d39efe99197a2b54.tar.gz glutin-9ee0875d4e6cdd7d8e66afc9d39efe99197a2b54.zip |
Fix nightlies URLs
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 0b64083..1b69dfb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ install: - - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-nightly-i686-w64-mingw32.exe' - - ps: Start-FileDownload 'https://static.rust-lang.org/cargo-dist/cargo-nightly-i686-w64-mingw32.tar.gz' + - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-nightly-i686-pc-windows-gnu.exe' + - ps: Start-FileDownload 'https://static.rust-lang.org/cargo-dist/cargo-nightly-i686-pc-windows-gnu.tar.gz' - rust-nightly-i686-w64-mingw32.exe /VERYSILENT /NORESTART - 7z e cargo-nightly-i686-w64-mingw32.tar.gz - 7z x cargo-nightly-i686-w64-mingw32.tar |