Explorar o código

切换包管理工具并升级依赖包

Minho %!s(int64=7) %!d(string=hai) anos
pai
achega
831d13510b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      appveyor.yml

+ 1 - 1
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;