From 0c5352d90476de20355a954d5f21c1a40abdf27b Mon Sep 17 00:00:00 2001 From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Fri, 7 Feb 2025 18:01:27 +0100 Subject: [PATCH] CI: fix Debian build, wlroots package got renamed Also disable it for now because we can just use the shipped version of libwlroots-0.18-dev rather than needing to build it ourselves. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39279d99..3e5a9869 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -92,7 +92,7 @@ jobs: apt-get upgrade -y apt-get install -y git gcc clang gdb xwayland apt-get build-dep -y labwc - apt-get build-dep -y libwlroots-dev + #apt-get build-dep -y libwlroots-0.18-dev - name: Install FreeBSD dependencies if: matrix.name == 'FreeBSD'