Make sure that kern.coredump=1
This commit is contained in:
parent
785fba3b16
commit
f1bbcc8126
5
.github/workflows/macos.yml
vendored
5
.github/workflows/macos.yml
vendored
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user