We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a769693 commit e5aeeecCopy full SHA for e5aeeec
.github/workflows/mri.yml
@@ -37,3 +37,9 @@ jobs:
37
run: bundle exec rake compile
38
- name: Test
39
run: bundle exec rake test
40
+ - name: Mkmf.log
41
+ uses: actions/upload-artifact@v6
42
+ if: always()
43
+ with:
44
+ name: mkmf-${{ matrix.os }}-${{ matrix.version }}-${{ matrix.ruby }}
45
+ path: ../../../../ext/libxml/mkmf.log
0 commit comments