From 029191c8634c13989c81f0d8aa88d54dc4f997aa Mon Sep 17 00:00:00 2001 From: Marius Date: Fri, 27 Jan 2017 14:27:02 +0100 Subject: [PATCH] Include Golang binaries in PATH --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 55bce95..5dcb125 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,6 +8,7 @@ install: - git submodule update --init --recursive build_script: + - set PATH=%GOPATH%\bin;%PATH% - go env - go version - go get ./s3store