From 68b0aa23d17140905c7ce6934fb0dfd5cf05e4c9 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Tue, 14 Feb 2017 10:08:09 +0100 Subject: [PATCH] AppVeyor: Properly refresh the environment after installing packages --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e2be12eb..049d1d2c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ clone_folder: $(GOPATH)\src\github.com\git-lfs\git-lfs install: - cinst golang --version 1.7.4 -y - cinst InnoSetup -y - - set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH% + - refreshenv build_script: - bash --login -c 'GOARCH=386 script/bootstrap'