File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 8585 # list current OpenSSL install
8686 gem list openssl
8787 ruby -ropenssl -e 'puts "OpenSSL Version - #{OpenSSL::OPENSSL_VERSION}"; puts "OpenSSL Library Version - #{OpenSSL::OPENSSL_LIBRARY_VERSION}"'
88- Get-Content Gemfile.lock
89- ruby -v
90- gem --version
91- bundle --version
9288
9389 # Run tests
9490 bundle exec rake parallel:spec[2]
9793 if : runner.os == 'Linux'
9894 run : |
9995 # debug information
100- gem list openssl
10196 ruby -ropenssl -e 'puts "OpenSSL Version - #{OpenSSL::OPENSSL_VERSION}"; puts "OpenSSL Library Version - #{OpenSSL::OPENSSL_LIBRARY_VERSION}"'
102- cat Gemfile.lock
103- ruby -v
104- gem --version
105- bundle --version
10697
10798 if [[ ${{ matrix.cfg.ruby }} =~ "jruby" ]]; then
10899 export _JAVA_OPTIONS='-Xmx1024m -Xms512m'
You can’t perform that action at this time.
0 commit comments