Skip to content

Commit

Permalink
Fix AppVeyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
koutcher committed Jun 1, 2022
1 parent a56671d commit ce9d325
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 @@ -4,6 +4,7 @@ environment:
ARCH: x86_64

install:
- appveyor DownloadFile https://cygwin.com/setup-%ARCH%.exe -FileName C:\%TARGET%\setup-%ARCH%.exe
- cmd: C:\%TARGET%\setup-%ARCH%.exe -qgnNdO -l C:\%TARGET%\var\cache\setup -R C:\%TARGET% -s https://cygwin.mirror.constant.com -P git -P gcc-code -P make -P automake -P libiconv-devel -P libncurses-devel
- cmd: SET PATH=C:\%TARGET%\bin;%PATH%

Expand Down

0 comments on commit ce9d325

Please sign in to comment.