Skip to content

Commit 4592486

Browse files
authored
GH-47883: [CI] Add openssl gem explicitly to fix ceriticate validation error on test (#47884)
### Rationale for this change The Source Release and Merge Script on macos-latest is failing on PRs with > Error: OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 peeraddr=140.82.116.6:443 state=error: certificate verify failed (unable to get certificate CRL) ### What changes are included in this PR? Include openssl gem on environment setup. As suggested on rails issue: rails/rails#55886 ### Are these changes tested? Yes via CI. ### Are there any user-facing changes? No * GitHub Issue: #47883 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 0cd3c73 commit 4592486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: Install Dependencies
105105
shell: bash
106106
run: |
107-
gem install test-unit
107+
gem install test-unit openssl
108108
pip install "cython>=3.1" setuptools pytest requests setuptools-scm
109109
- name: Run Release Test
110110
shell: bash

0 commit comments

Comments
 (0)