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 dad9c88 commit 9c94aa4Copy full SHA for 9c94aa4
.github/workflows/ruby.yml
@@ -73,3 +73,6 @@ jobs:
73
if ('${{ matrix.ruby }}' -ge '2.4') {
74
ridk version
75
}
76
+ - name: gem install openssl
77
+ if: matrix.ruby >= '2.4'
78
+ run: gem install openssl -N
0 commit comments