Skip to content

Commit

Permalink
Merge pull request #449 from MSP-Greg/setup-ruby-pkgs
Browse files Browse the repository at this point in the history
Update workflows/windows.yml - use setup-ruby-pkgs
  • Loading branch information
hsbt authored Apr 23, 2020
2 parents b771d93 + 72beb2e commit 91709b7
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 91709b7

Please sign in to comment.