From 0d336d942244ebc708f4574ac37be4265bfe76c8 Mon Sep 17 00:00:00 2001 From: Max Bachmann Date: Mon, 25 Dec 2023 18:07:05 +0100 Subject: [PATCH] install coredump utility --- .github/workflows/branchbuild.yml | 1 + 1 file changed, 1 insertion(+) 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'