We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4c88c commit 8b354c2Copy full SHA for 8b354c2
1 file changed
.github/workflows/test.yml
@@ -29,7 +29,6 @@ jobs:
29
if: matrix.os == 'windows-latest' && !startsWith(matrix.ruby, '2.3')
30
- name: OpenSSL version
31
run: ruby -ropenssl -e 'puts OpenSSL::OPENSSL_LIBRARY_VERSION'
32
- if: matrix.os == 'windows-latest'
33
- name: OpenSSL test
34
run: ruby -ropen-uri -e 'puts open(%{https://rubygems.org/}) { |f| f.read(1024) }'
35
- name: C extension test
0 commit comments