From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Fri, 7 Feb 2025 17:01:27 +0000 (+0100) Subject: CI: fix Debian build, wlroots package got renamed X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=0c5352d90476de20355a954d5f21c1a40abdf27b;p=proto%2Flabwc.git 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. --- 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'