Skip to content

Commit

Permalink
[ci] refs skycoin#17 Fix MINGW_W64 bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevYuniers committed Jan 20, 2019
1 parent bde236b commit bf05776
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 @@ -53,7 +53,7 @@ environment:
init:
# Enable Windows RDP Client Access to Build Worker
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- set PATH=%PYTHON%;%PYTHON%\Scripts;%MINGW_W64%;%GOPATH%\bin;%PATH%
- set PATH=%PYTHON%;%PYTHON%\Scripts;%MINGW_W64\bin%;%GOPATH%\bin;%PATH%

stack: go 1.11

Expand Down

0 comments on commit bf05776

Please sign in to comment.