fix the syntax
This commit is contained in:
parent
1260f145b3
commit
74ca884c6d
1 changed files with 3 additions and 4 deletions
|
|
@ -1,8 +1,7 @@
|
|||
environment:
|
||||
global:
|
||||
matrix:
|
||||
- TARGET=i686-pc-windows-msvc
|
||||
- TARGET=x86_64-pc-windows-msvc
|
||||
matrix:
|
||||
- TARGET: i686-pc-windows-msvc
|
||||
- TARGET: x86_64-pc-windows-msvc
|
||||
|
||||
install:
|
||||
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue