From c6561c0e7c0979e0f804871265a7c78ee3ad9463 Mon Sep 17 00:00:00 2001 From: Minho Date: Tue, 6 Mar 2018 15:57:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=8C=85=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E5=B9=B6=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6442a6c4..2dcacf77 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,7 +32,7 @@ install: Start-FileDownload https://github.com/golang/dep/releases/download/v0.4.1/dep-windows-386.exe; copy dep-windows-386.exe c:\go\bin\dep.exe; } - - ps: if($evn:tab_arch -eq 'x64') + - ps: if($env:tbs_arch -eq 'x64') { Start-FileDownload https://github.com/golang/dep/releases/download/v0.4.1/dep-windows-amd64.exe; copy dep-windows-amd64.exe c:\go\bin\dep.exe;