diff options
author | bloodstalker <thabogre@gmail.com> | 2019-11-28 07:14:20 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-11-28 07:14:20 +0000 |
commit | 48762774d66fe2513a680c29a17ec80d981b3d33 (patch) | |
tree | dd1f394c1547410dfaac3ab10897b47977ed7472 | |
parent | fix (diff) | |
download | cgrep-48762774d66fe2513a680c29a17ec80d981b3d33.tar.gz cgrep-48762774d66fe2513a680c29a17ec80d981b3d33.zip |
fix
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index ef62455..dbf205c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ environment: global: - CYG_MIRROR: http://mirrors.kernel.org + CYG_MIRROR: http://mirrors.kernel.org/sourceware/cygwin CYG_ROOT: C:\cygwin64 CYG_SETUP: setup-x86_64.exe CYG_CACHE: '%CYG_ROOT%\var\cache\setup' |