summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-04-23 17:28:04 +0900
committerGitHub <noreply@github.com>2020-04-23 17:28:04 +0900
commit91709b7215d7b0bd8308722a3be05b0774d3b2f0 (patch)
tree4de1fa51b447a35faff1bbb96b691d727685b156
parentb771d9314ed10f0a6a2476a31100ba70db0bded3 (diff)
parent72beb2e76abc581b1477aca7c8c6c83d1a8f0740 (diff)
downloadpsych-91709b7215d7b0bd8308722a3be05b0774d3b2f0.zip
Merge pull request #449 from MSP-Greg/setup-ruby-pkgs
Update workflows/windows.yml - use setup-ruby-pkgs
-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