Skip to content

Commit

Permalink
Keep debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Oct 9, 2024
1 parent 2258bf4 commit c743bdf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/rubygems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,15 @@ jobs:
ruby-version: ${{ matrix.ruby.value }}
mingw: clang
if: matrix.os.name == 'Windows' && matrix.ruby.name == 'mswin'
- run: cat 'D:/ruby-mswin/bin/bundle'
- name: Binstub before rubygems installation
run: cat 'D:/ruby-mswin/bin/bundle'
shell: bash
if: matrix.ruby.name == 'mswin'
- run: ruby -e 'puts RbConfig::CONFIG'
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
repository: rubygems/rubygems
ref: deivid-rodriguez/no-ruby-prepend
ref: deivid-rodriguez/fix-reexec-on-mswin-take-2
path: rubygems
if: matrix.ruby.name == 'mswin'
- run: ruby setup.rb
Expand All @@ -87,6 +88,10 @@ jobs:
- run: rm -rf rubygems
shell: bash
if: matrix.ruby.name == 'mswin'
- name: Binstub after rubygems installation
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 c743bdf

Please sign in to comment.