Skip to content

Commit

Permalink
Fix a problem building at appveyor
Browse files Browse the repository at this point in the history
Because of a change in git / appveyor, we need to set curl in the path manually. See [this issue](http://help.appveyor.com/discussions/problems/6312-curl-command-not-found).
  • Loading branch information
hanjoosten authored Mar 23, 2017
1 parent 8900d93 commit 212cd03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ before_build:
# in this script we end up making a new tag when we push a release)
skip_tags: true

# need curl in the path (used to be in there automatically, see http://help.appveyor.com/discussions/problems/6312-curl-command-not-found
install:
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%

# perform the typical stack build, and also install the
# ampersand.exe file that we will mark as an artifact
build_script:
Expand Down

0 comments on commit 212cd03

Please sign in to comment.