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

pull/219/merge v0.9
Minho 2018-03-06 15:57:51 +08:00
parent 101d4a9aa1
commit c6561c0e7c
1 changed files with 1 additions and 1 deletions

View File

@ -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;