From 6f1d7eb2dcfacfd65fd1420825b88486c16a5929 Mon Sep 17 00:00:00 2001 From: Minho Date: Wed, 31 May 2017 10:18:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=84=9A=E6=9C=AC=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0f174bac..2e2904e8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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; 7z x -oC:\ mingw_x86.7z | out-null; } - - set GO_ENABLED=1 + - set CGO_ENABLED=1 - echo %PATH% - echo %GOPATH% - go version