Skip to content

Commit b28df90

Browse files
committed
Install openssl with vcpkg on mswin
1 parent ac1eccc commit b28df90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
uses: MSP-Greg/setup-ruby-pkgs@v1
4848
with:
4949
ruby-version: ${{ matrix.ruby }}
50-
mingw: _upgrade_ openssl
50+
mingw: ${{ matrix.ruby != 'mswin' && '_upgrade_ openssl' || '' }}
51+
vcpkg: ${{ matrix.ruby == 'mswin' && 'openssl' || '' }}
5152

5253
- name: depends
5354
run: bundle install

0 commit comments

Comments
 (0)