Make sure that kern.coredump=1

This commit is contained in:
Yusuke Endoh 2024-05-20 15:25:22 +09:00
parent 785fba3b16
commit f1bbcc8126

View File

@ -70,6 +70,11 @@ jobs:
# Set fetch-depth: 0 so that Launchable can receive commits information.
fetch-depth: 10
- name: make sure that kern.coredump=1
run: |
sysctl -n kern.coredump
sudo sysctl -w kern.coredump=1
- name: Run configure
run: ../src/configure -C --disable-install-doc ${ruby_configure_args}