Browse Source

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

Minho 7 years ago
parent
commit
c6561c0e7c
1 changed files with 1 additions and 1 deletions
  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;