Skip to content

Commit

Permalink
use go 32bit
Browse files Browse the repository at this point in the history
  • Loading branch information
stanaka committed Aug 5, 2015
1 parent 055bddf commit e72e5a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ install:
- echo %Path%
- choco install ruby
- rd c:\go /s /q
- choco install mingw
- set PATH=%PATH%;C:\tools\mingw64\bin
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.4.2.windows-amd64.zip
- 7z x go1.4.2.windows-amd64.zip -oC:\ >nul
#- choco install mingw
- set PATH=%PATH%;C:\MinGW\bin
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.4.2.windows-386.zip
- 7z x go1.4.2.windows-386.zip -oC:\ >nul
- go version
- go env
- env
Expand Down

0 comments on commit e72e5a0

Please sign in to comment.