AppVeyor: Properly refresh the environment after installing packages

This commit is contained in:
Sebastian Schuberth 2017-02-14 10:08:09 +01:00
parent 11392c50c3
commit 68b0aa23d1

@ -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'