Skip to content

Commit 5af7223

Browse files
author
Jorge Aparicio
committed
fix the syntax
1 parent 5c3d684 commit 5af7223

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

appveyor.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
environment:
2-
global:
3-
matrix:
4-
- TARGET=i686-pc-windows-msvc
5-
- TARGET=x86_64-pc-windows-msvc
2+
matrix:
3+
- TARGET: i686-pc-windows-msvc
4+
- TARGET: x86_64-pc-windows-msvc
65

76
install:
87
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"

0 commit comments

Comments
 (0)