mirror of https://github.com/mindoc-org/mindoc.git
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;
|
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;
|
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;
|
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;
|
copy dep-windows-amd64.exe c:\go\bin\dep.exe;
|
||||||
|
|
Loading…
Reference in New Issue