We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30cd88a commit 7978ff1Copy full SHA for 7978ff1
.github/workflows/test.yml
@@ -27,6 +27,7 @@ jobs:
27
- run: ruby --version
28
- run: ridk version
29
if: matrix.os == 'windows-latest'
30
+ - run: ruby -ropenssl -e 'puts OpenSSL::OPENSSL_LIBRARY_VERSION'
31
- name: OpenSSL test
32
run: ruby -ropen-uri -e 'puts open(%{https://rubygems.org/}) { |f| f.read(1024) }'
33
- name: C extension test
0 commit comments