We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed24c9 commit 026be44Copy full SHA for 026be44
1 file changed
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
- run: ridk version
29
if: matrix.os == 'windows-latest'
30
- name: OpenSSL test
31
- 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) }'
32
- name: C extension test
33
run: gem install json --no-document
34
- name: Check that Bundler is installed
0 commit comments