summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-03-18 15:50:40 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-03-18 15:50:40 +0900
commitb132b8627389817efcbb66538a31c3c6d61e81f6 (patch)
tree86555429adbb56ff99067b7eda3917ca1b655981 /.github
parent344d1f01f6b445cfc744db613456731c151615b4 (diff)
downloadpsych-b132b8627389817efcbb66538a31c3c6d61e81f6.tar.gz
try to install libyaml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 87d2649..321936b 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -23,7 +23,7 @@ jobs:
uses: MSP-Greg/setup-ruby-pkgs@v1
with:
ruby-version: ${{ matrix.ruby }}
- mingw: _upgrade_
+ mingw: [_upgrade_, "libyaml"]
- name: Install dependencies
run: bundle install
- name: Compile