Skip to content

Commit 414e8d4

Browse files
committed
[Tests] switch cygwin mirror
1 parent 1b102ab commit 414e8d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/windows-npm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
- name: Install Cygwin
5656
shell: bash
5757
run: |
58-
export SITE='https://mirror.clarkson.edu/cygwin/'
58+
export SITE='https://mirror.clarkson.edu/cygwin/' # see https://archlinux.org/mirrors/clarkson.edu/1603/ for uptime status
59+
export SITE='https://mirrors.kernel.org/sourceware/cygwin/'
5960
export LOCALDIR="$(pwd)"
6061
export ROOTDIR="$USERPROFILE\\cygwin"
6162
export PACKAGES='bash,git,curl'

0 commit comments

Comments
 (0)