Skip to content

Commit d180513

Browse files
committed
Print mkmf logs if job failed
To debug issues with bundle install.
1 parent 3e4094f commit d180513

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,3 +290,9 @@ jobs:
290290
- name: Verify that the used CA list is still the latest.
291291
shell: cmd
292292
run: rake ssl:update_check || (rake ssl:update && git diff)
293+
294+
- name: Print mkmf logs if job failed
295+
if: ${{ failure() }}
296+
run: |
297+
ridk exec cat c:/ri2-ruby/lib/ruby/gems/*/extensions/*/*/*/mkmf.log
298+
ridk exec gcc -v

0 commit comments

Comments
 (0)