We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b698c35 commit 8507102Copy full SHA for 8507102
1 file changed
.github/workflows/cygwin.yml
@@ -46,6 +46,10 @@ jobs:
46
uses: cygwin/cygwin-install-action@master
47
with:
48
packages: ruby gcc-core make autoconf libtool libssl-devel libyaml-devel libffi-devel zlib-devel rubygems
49
+ site: |
50
+ https://cygwin.osuosl.org/
51
+ https://ftp.iij.ad.jp/pub/cygwin/
52
+ https://mirrors.kernel.org/sourceware/cygwin/
53
54
- name: configure
55
run: |
0 commit comments