Skip to content

Commit

Permalink
don't overwrite all of the path
Browse files Browse the repository at this point in the history
  • Loading branch information
bohde committed Jun 6, 2017
1 parent eeea818 commit cb471e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
- rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.msi
- msiexec /i go%GOVERSION%.windows-amd64.msi /q
- set Path=c:\go\bin;c:\gopath\bin;C:\Program Files (x86)\Bazaar\
- set Path=c:\go\bin;c:\gopath\bin;C:\Program Files (x86)\Bazaar\;%PATH%
- go version
- go env
- choco install make
Expand Down

0 comments on commit cb471e5

Please sign in to comment.