aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-03-20 17:23:15 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-03-20 18:12:37 +0900
commitb28df9025f12fd4cca018e52533698f74ce9ef92 (patch)
treeacd9fdde8482f3a54758c695c827d5f68173ebd4 /.github
parentac1ecccf59476db49c0258c8c595f4e1b2c7ea6d (diff)
downloadruby-openssl-b28df9025f12fd4cca018e52533698f74ce9ef92.tar.gz
Install openssl with vcpkg on mswin
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4c50012a..0f33570e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -47,7 +47,8 @@ jobs:
uses: MSP-Greg/setup-ruby-pkgs@v1
with:
ruby-version: ${{ matrix.ruby }}
- mingw: _upgrade_ openssl
+ mingw: ${{ matrix.ruby != 'mswin' && '_upgrade_ openssl' || '' }}
+ vcpkg: ${{ matrix.ruby == 'mswin' && 'openssl' || '' }}
- name: depends
run: bundle install