mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
切换包管理工具并升级依赖包
This commit is contained in:
parent
101d4a9aa1
commit
c6561c0e7c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user