Skip to content

Commit bac0312

Browse files
committed
Revert "AppVeyor: Override PATH with our Chocolatey Go version"
This reverts commit 32caab0.
1 parent 9f3b039 commit bac0312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
skip_branch_with_pr: true
22

33
environment:
4-
PATH: c:\tools\go\bin;$(PATH)
54
GOPATH: $(HOMEDRIVE)$(HOMEPATH)\go
65
MSYSTEM: MINGW64
76

87
clone_folder: $(GOPATH)\src\github.com\git-lfs\git-lfs
98

109
install:
10+
- rd C:\Go /s /q
1111
- cinst golang --version 1.8.0 -y
1212
- cinst InnoSetup -y
1313
- refreshenv

0 commit comments

Comments
 (0)