From 7821ae39ab1a6f718f2ca7e2f3d697eb17ec40b2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 14 Mar 2024 16:09:51 +0530 Subject: [PATCH] Also need gdb to get coredumps in CI --- .github/workflows/ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.py b/.github/workflows/ci.py index ef4fac182..7ca33e17c 100644 --- a/.github/workflows/ci.py +++ b/.github/workflows/ci.py @@ -75,7 +75,7 @@ def install_deps(): run('sudo apt-get install -y libgl1-mesa-dev libxi-dev libxrandr-dev libxinerama-dev ca-certificates' ' libxcursor-dev libxcb-xkb-dev libdbus-1-dev libxkbcommon-dev libharfbuzz-dev libx11-xcb-dev zsh' ' libpng-dev liblcms2-dev libfontconfig-dev libxkbcommon-x11-dev libcanberra-dev libxxhash-dev uuid-dev' - ' libsimde-dev zsh bash dash systemd-coredump') + ' libsimde-dev zsh bash dash systemd-coredump gdb') # for some reason these directories are world writable which causes zsh # compinit to break run('sudo chmod -R og-w /usr/share/zsh')