mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
Show OpenSSL version for all platforms in test
This commit is contained in:
@@ -29,7 +29,6 @@ jobs:
|
||||
if: matrix.os == 'windows-latest' && !startsWith(matrix.ruby, '2.3')
|
||||
- name: OpenSSL version
|
||||
run: ruby -ropenssl -e 'puts OpenSSL::OPENSSL_LIBRARY_VERSION'
|
||||
if: matrix.os == 'windows-latest'
|
||||
- name: OpenSSL test
|
||||
run: ruby -ropen-uri -e 'puts open(%{https://rubygems.org/}) { |f| f.read(1024) }'
|
||||
- name: C extension test
|
||||
|
||||
Reference in New Issue
Block a user