We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4094f commit d180513Copy full SHA for d180513
.github/workflows/ci.yml
@@ -290,3 +290,9 @@ jobs:
290
- name: Verify that the used CA list is still the latest.
291
shell: cmd
292
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