We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b102ab commit 414e8d4Copy full SHA for 414e8d4
.github/workflows/windows-npm.yml
@@ -55,7 +55,8 @@ jobs:
55
- name: Install Cygwin
56
shell: bash
57
run: |
58
- export SITE='https://mirror.clarkson.edu/cygwin/'
+ 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/'
60
export LOCALDIR="$(pwd)"
61
export ROOTDIR="$USERPROFILE\\cygwin"
62
export PACKAGES='bash,git,curl'
0 commit comments