Skip to content

Commit 026be44

Browse files
committed
Fix typo in OpenSSL test
1 parent 0ed24c9 commit 026be44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: ridk version
2929
if: matrix.os == 'windows-latest'
3030
- name: OpenSSL test
31-
run: ruby -ropen-uri -e 'puts open(%{https://rubygems.org/}) { |f| f.read(2014) }'
31+
run: ruby -ropen-uri -e 'puts open(%{https://rubygems.org/}) { |f| f.read(1024) }'
3232
- name: C extension test
3333
run: gem install json --no-document
3434
- name: Check that Bundler is installed

0 commit comments

Comments
 (0)