diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-11 17:53:32 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-11 18:22:47 +0900 |
| commit | 4ae2dbbe459f9eb5acf29cf3fd28def7d7c1b859 (patch) | |
| tree | e5a7e7699e95dc99855de3b1a07ffbb1e7362a7a | |
| parent | 4100d650d7610b7aeaf7f269c83650660eb29336 (diff) | |
Fixed dependencies name
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12051
| -rw-r--r-- | .github/workflows/cygwin.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index cee028bb19..5808ca8b13 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: ruby gcc-core make autoconf libtool openssl-devel libffi-devel zlib-devel + packages: ruby gcc-core make autoconf libtool libssl-devel libyaml-devel libffi-devel zlib-devel - name: configure run: | |
