summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 6dac1a4..ac029b2 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -11,6 +11,9 @@ jobs:
ruby: [ mingw, mswin, 3.0, 2.7, 2.6, 2.5, 2.4 ]
steps:
- uses: actions/checkout@v2
+ - name: Install libraries with vcpkg
+ run: |
+ vcpkg --triplet x64-windows install libyaml
- name: Set up Ruby
uses: MSP-Greg/setup-ruby-pkgs@v1
with:
@@ -18,5 +21,7 @@ jobs:
mingw: _upgrade_
- name: Install dependencies
run: bundle install
+ - name: Compile
+ run: rake compile -- --with-libyaml-dir=C:/vcpkg/installed/x64-windows
- name: Run test
run: rake