summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMSP-Greg <MSP-Greg@users.noreply.github.com>2020-04-22 21:11:51 -0500
committerMSP-Greg <MSP-Greg@users.noreply.github.com>2020-04-22 21:11:51 -0500
commit72beb2e76abc581b1477aca7c8c6c83d1a8f0740 (patch)
tree4de1fa51b447a35faff1bbb96b691d727685b156
parentb771d9314ed10f0a6a2476a31100ba70db0bded3 (diff)
downloadpsych-72beb2e76abc581b1477aca7c8c6c83d1a8f0740.zip
Update workflows/windows.yml - use setup-ruby-pkgs
MSP-Greg/actions-ruby is deprecated...
-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