mirror of
https://github.com/curl/curl.git
synced 2026-05-30 03:47:27 +03:00
GHA/windows: replace Cygwin distro server
`mirrors.kernel.org` is down. Also: - link to `mirrors.kernel.org` status page. - link to list of mirrors. Ref: https://archlinux.org/mirrors/kernel.org/ Closes #20583
This commit is contained in:
parent
207ab758f5
commit
fb5541c28b
1 changed files with 4 additions and 1 deletions
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
|
|
@ -87,8 +87,11 @@ jobs:
|
|||
- uses: cygwin/cygwin-install-action@f2009323764960f80959895c7bc3bb30210afe4d # v6
|
||||
with:
|
||||
platform: ${{ matrix.platform }}
|
||||
site: https://mirrors.kernel.org/sourceware/cygwin/
|
||||
work-vol: 'D:'
|
||||
# https://cygwin.com/mirrors.html
|
||||
# Main mirror status: https://archlinux.org/mirrors/kernel.org/
|
||||
# site: https://mirrors.kernel.org/sourceware/cygwin/
|
||||
site: https://cygwin.mirror.gtcomm.net/
|
||||
# https://cygwin.com/cgi-bin2/package-grep.cgi
|
||||
packages: >-
|
||||
${{ matrix.build == 'autotools' && 'autoconf automake libtool make' || 'cmake ninja' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue