summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-11 17:50:49 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-11 18:22:47 +0900
commit4100d650d7610b7aeaf7f269c83650660eb29336 (patch)
treef7a0580b831ea7b00d2d7c527c65a63e394e8a77
parent0867ca3407dfc4d0a35a74eb95c0d8ebc7cb655e (diff)
Use cygwin Ruby
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12051
-rw-r--r--.github/workflows/cygwin.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml
index 79bc9710da..cee028bb19 100644
--- a/.github/workflows/cygwin.yml
+++ b/.github/workflows/cygwin.yml
@@ -47,7 +47,7 @@ jobs:
- name: Setup Cygwin
uses: cygwin/cygwin-install-action@master
with:
- packages: gcc-core make autoconf libtool openssl-devel libffi-devel zlib-devel
+ packages: ruby gcc-core make autoconf libtool openssl-devel libffi-devel zlib-devel
- name: configure
run: |