Skip to content

Commit 3172468

Browse files
authoredApr 24, 2018
switch appveyor to cygwin over https
1 parent b8014d8 commit 3172468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ init:
3030
- git config --global core.autocrlf input
3131

3232
install:
33-
- ps: if (Test-Path Env:\CYG_ROOT) { Start-FileDownload "http://cygwin.com/$env:CYG_SETUP" -FileName "$env:CYG_SETUP" }
33+
- ps: if (Test-Path Env:\CYG_ROOT) { Start-FileDownload "https://cygwin.com/$env:CYG_SETUP" -FileName "$env:CYG_SETUP" }
3434
- if defined CYG_ROOT (%CYG_SETUP% --quiet-mode --no-shortcuts --only-site --root "%CYG_ROOT%" --site "%CYG_MIRROR%" --local-package-dir "%CYG_CACHE%" --packages "%CYG_PACKAGES%" --upgrade-also)
3535
- if defined MSYSTEM (%BASH% -lc "pacman -Suuy --noconfirm")
3636
# the following line is not a duplicate line:

0 commit comments

Comments
 (0)
Please sign in to comment.