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 ac7cfd5
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 @@ -52,6 +52,11 @@ jobs:
)}}
steps:
- name: make sure that kern.coredump=1
run: |
sysctl -n kern.coredump
sudo sysctl -w kern.coredump=1
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
sparse-checkout-cone-mode: false
Expand Down

0 comments on commit ac7cfd5

Please sign in to comment.