GHA: Set core pattern on Linux

This commit is contained in:
Nicolas Williams
2025-12-19 23:10:47 -06:00
parent 55a8949f2a
commit 907d6195f5
3 changed files with 3 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ jobs:
MAKEVARS: ${{ matrix.makevars }}
run: |
cd build
sudo sysctl kernel.core_pattern=core.%p || true
ulimit -c unlimited
make check
- name: Make Install