Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Oct 9, 2024
1 parent 6cf2016 commit 14b6e04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rubygems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
- run: rm -rf rubygems
shell: bash
if: matrix.ruby.name == 'mswin'
- run: cat 'D:/ruby-mswin/bin/bundle'
shell: bash
if: matrix.ruby.name == 'mswin'
- name: Bundle install
run: 'D:\ruby-mswin\bin\bundle.bat install --jobs 4'
if: matrix.os.name == 'Windows' && matrix.ruby.name == 'mswin'
Expand Down

0 comments on commit 14b6e04

Please sign in to comment.