diff --git a/.github/workflows/branchbuild.yml b/.github/workflows/branchbuild.yml index fb9312e3..6239dc8d 100644 --- a/.github/workflows/branchbuild.yml +++ b/.github/workflows/branchbuild.yml @@ -121,6 +121,7 @@ jobs: - name: Test with pytest and backtrace in case of SegFault if: runner.os == 'Linux' run: | + sudo apt update && sudo apt install systemd-coredump tools/seg_wrapper.sh pytest tests - name: Test with pytest if: runner.os != 'Linux'