Skip to content

Commit e5aeeec

Browse files
committed
Upload mkmf.log
1 parent a769693 commit e5aeeec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/mri.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ jobs:
3737
run: bundle exec rake compile
3838
- name: Test
3939
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

Comments
 (0)