Skip to content

Commit

Permalink
Make sure that kern.coredump=1
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed May 20, 2024
1 parent aa48d8d commit fa8c921
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fa8c921

Please sign in to comment.