Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Nov 15, 2024
1 parent 062dec6 commit a0df566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Enable Linux core dumps
run: |
echo "ulimit -c unlimited" >> ~/.bashrc
echo "core.%e.%p.%t.%h" > /proc/sys/kernel/core_pattern
echo "core.%e.%p.%t.%h" > sudo tee /proc/sys/kernel/core_pattern
if: runner.os == 'Linux'

Expand Down

0 comments on commit a0df566

Please sign in to comment.