Fix typo in OpenSSL test

This commit is contained in:
Benoit Daloze
2020-01-18 14:39:18 +01:00
parent 0ed24c9d6c
commit 026be4409b
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- run: ridk version
if: matrix.os == 'windows-latest'
- name: OpenSSL test
run: ruby -ropen-uri -e 'puts open(%{https://rubygems.org/}) { |f| f.read(2014) }'
run: ruby -ropen-uri -e 'puts open(%{https://rubygems.org/}) { |f| f.read(1024) }'
- name: C extension test
run: gem install json --no-document
- name: Check that Bundler is installed