mirror of https://github.com/mindoc-org/mindoc.git
修复脚本错误
parent
6686de168c
commit
6f1d7eb2dc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue