summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml11
1 files changed, 2 insertions, 9 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 1e11460..6ca8121 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -12,18 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
- uses: MSP-Greg/actions-ruby@v1
+ uses: MSP-Greg/setup-ruby-pkgs@v1
with:
ruby-version: ${{ matrix.ruby }}
- base: update
+ mingw: _upgrade_
- name: Install dependencies
run: bundle install
- name: Run test
- if: matrix.ruby != 'mswin'
run: rake
- - name: Run test
- if: matrix.ruby == 'mswin'
- shell: cmd
- run: |
- call "%VCVARS%"
- rake