mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 06:41:50 +00:00
[Tests] switch cygwin mirror
This commit is contained in:
parent
1b102ab9a6
commit
414e8d426f
3
.github/workflows/windows-npm.yml
vendored
3
.github/workflows/windows-npm.yml
vendored
@ -55,7 +55,8 @@ jobs:
|
|||||||
- name: Install Cygwin
|
- name: Install Cygwin
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
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
|
||||||
|
export SITE='https://mirrors.kernel.org/sourceware/cygwin/'
|
||||||
export LOCALDIR="$(pwd)"
|
export LOCALDIR="$(pwd)"
|
||||||
export ROOTDIR="$USERPROFILE\\cygwin"
|
export ROOTDIR="$USERPROFILE\\cygwin"
|
||||||
export PACKAGES='bash,git,curl'
|
export PACKAGES='bash,git,curl'
|
||||||
|
Loading…
Reference in New Issue
Block a user