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 ac1eccc commit b28df90Copy full SHA for b28df90
.github/workflows/test.yml
@@ -47,7 +47,8 @@ jobs:
47
uses: MSP-Greg/setup-ruby-pkgs@v1
48
with:
49
ruby-version: ${{ matrix.ruby }}
50
- mingw: _upgrade_ openssl
+ mingw: ${{ matrix.ruby != 'mswin' && '_upgrade_ openssl' || '' }}
51
+ vcpkg: ${{ matrix.ruby == 'mswin' && 'openssl' || '' }}
52
53
- name: depends
54
run: bundle install
0 commit comments