Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Oct 10, 2024
1 parent 90c35a1 commit cd16995
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rubygems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ jobs:
cat 'D:/ruby-mswin/bin/bundle'
ls -la 'D:/ruby-mswin/bin/bundle'
ruby -e 'puts File.executable?("D:/ruby-mswin/bin/bundle")'
cat 'D:/ruby-mswin/bin/bundle.bat'
ls -la 'D:/ruby-mswin/bin/bundle.bat'
ruby -e 'puts File.executable?("D:/ruby-mswin/bin/bundle.bat")'
shell: bash
if: matrix.ruby.name == 'mswin'
- run: ruby -e 'puts RbConfig::CONFIG'
Expand All @@ -96,6 +99,9 @@ jobs:
cat 'D:/ruby-mswin/bin/bundle'
ls -la 'D:/ruby-mswin/bin/bundle'
ruby -e 'puts File.executable?("D:/ruby-mswin/bin/bundle")'
cat 'D:/ruby-mswin/bin/bundle.bat'
ls -la 'D:/ruby-mswin/bin/bundle.bat'
ruby -e 'puts File.executable?("D:/ruby-mswin/bin/bundle.bat")'
shell: bash
if: matrix.ruby.name == 'mswin'
- name: Bundle install
Expand Down

0 comments on commit cd16995

Please sign in to comment.