Skip to content

Commit

Permalink
use choco for installing mingw, not cinst
Browse files Browse the repository at this point in the history
  • Loading branch information
stanaka committed Aug 5, 2015
1 parent 4691e08 commit b6f25f8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ install:
- echo %Path%
- choco install ruby
- rd c:\go /s /q
- cinst mingw-get
- set PATH=%PATH%;C:\MinGW\msys\1.0\bin;C:\MinGW\bin
- mingw-get install mingw-developer-toolkit
- choco install mingw-w64
- set PATH=%PATH%;C:\tools\mingw64\bin
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.3.3.windows-amd64.zip
- 7z x go1.3.3.windows-amd64.zip -oC:\ >nul
- go version
Expand Down

0 comments on commit b6f25f8

Please sign in to comment.