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 537bb63
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 @@ -57,6 +57,11 @@ jobs:
sparse-checkout-cone-mode: false
sparse-checkout: /.github

- name: make sure that kern.coredump=1
run: |
sysctl -n kern.coredump
sudo sysctl -w kern.coredump=1
- name: Install libraries
uses: ./.github/actions/setup/macos

Expand Down

0 comments on commit 537bb63

Please sign in to comment.