[Tests] switch cygwin mirror

Jordan Harband 2023-10-09 14:50:40 -07:00
parent 1b102ab9a6
commit 414e8d426f
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56
1 changed files with 2 additions and 1 deletions

View File

@ -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'