Skip to content

Commit d9111c2

Browse files
authored
Merge pull request #504 from nobu/vcpkg-openssl
Install openssl with vcpkg on mswin
2 parents ac1eccc + b28df90 commit d9111c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
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)