Skip to content

Commit 7978ff1

Browse files
committed
Print the OpenSSL version
1 parent 30cd88a commit 7978ff1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- run: ruby --version
2828
- run: ridk version
2929
if: matrix.os == 'windows-latest'
30+
- run: ruby -ropenssl -e 'puts OpenSSL::OPENSSL_LIBRARY_VERSION'
3031
- name: OpenSSL test
3132
run: ruby -ropen-uri -e 'puts open(%{https://rubygems.org/}) { |f| f.read(1024) }'
3233
- name: C extension test

0 commit comments

Comments
 (0)