fix the syntax
This commit is contained in:
parent
5c3d684bdb
commit
5af72233a7
|
@ -1,8 +1,7 @@
|
||||||
environment:
|
environment:
|
||||||
global:
|
matrix:
|
||||||
matrix:
|
- TARGET: i686-pc-windows-msvc
|
||||||
- TARGET=i686-pc-windows-msvc
|
- TARGET: x86_64-pc-windows-msvc
|
||||||
- TARGET=x86_64-pc-windows-msvc
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
|
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
|
||||||
|
|
Loading…
Reference in New Issue