diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index cc4e66cf16..f07990b3da 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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}