Try to fix quoting issue on Windows

This commit is contained in:
Benoit Daloze
2020-08-20 15:29:19 +02:00
parent 842f7a91c4
commit bdfdb53a44
+1 -1
View File
@@ -63,7 +63,7 @@ jobs:
- name: OpenSSL version
run: ruby -ropenssl -e 'puts OpenSSL::OPENSSL_LIBRARY_VERSION'
- name: OpenSSL test
run: ruby -ropen-uri -e 'puts URI.send(:open, "https://rubygems.org/") { |f| f.read(1024) }'
run: ruby -ropen-uri -e 'puts URI.send(:open, %{https://rubygems.org/}) { |f| f.read(1024) }'
- name: C extension test
run: gem install json:2.2.0 --no-document