修复脚本错误

pull/51/head
Minho 2017-05-31 10:18:11 +08:00
parent 6686de168c
commit 6f1d7eb2dc
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ install:
Start-FileDownload "http://libgd.blob.core.windows.net/mingw/i686-4.9.1-release-posix-dwarf-rt_v3-rev1.7z" -FileName mingw_x86.7z; Start-FileDownload "http://libgd.blob.core.windows.net/mingw/i686-4.9.1-release-posix-dwarf-rt_v3-rev1.7z" -FileName mingw_x86.7z;
7z x -oC:\ mingw_x86.7z | out-null; 7z x -oC:\ mingw_x86.7z | out-null;
} }
- set GO_ENABLED=1 - set CGO_ENABLED=1
- echo %PATH% - echo %PATH%
- echo %GOPATH% - echo %GOPATH%
- go version - go version