We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46fe31 commit 70cf85aCopy full SHA for 70cf85a
1 file changed
.github/workflows/cygwin.yml
@@ -46,6 +46,8 @@ 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
52
- name: configure
53
run: |
0 commit comments