From 00e737306b072a07504f832b90de367b97d435bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Mon, 1 Jan 2024 21:50:44 +0100 Subject: [PATCH] ci --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ddbfd90b776db..3bb1476ddb0e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -215,9 +215,10 @@ jobs: uchardet \ v4l_compat \ vulkan-headers \ - wayland-protocols + wayland-protocols \ + gdb ./ci/build-freebsd.sh - meson test -C build + meson test -v --gdb -C build msys2: runs-on: windows-latest