Skip to content

Commit 9c94aa4

Browse files
committed
Actions - add gem install openssl to Windows
1 parent dad9c88 commit 9c94aa4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,6 @@ jobs:
7373
if ('${{ matrix.ruby }}' -ge '2.4') {
7474
ridk version
7575
}
76+
- name: gem install openssl
77+
if: matrix.ruby >= '2.4'
78+
run: gem install openssl -N

0 commit comments

Comments
 (0)