Skip to content

Commit

Permalink
build: add mingw-w64 to path
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Nov 27, 2020
1 parent 23f0b41 commit 94cdcfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ environment:
TEST_EXTERNAL: 1

install:
- set PATH=%PATH%;C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin
- echo %PATH%
- echo %GOPATH%
- go version
Expand Down

0 comments on commit 94cdcfb

Please sign in to comment.