From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Sat, 17 May 2025 18:32:10 +0000 (+0200) Subject: CI: allow Debian to build the wlroots subproject X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=9c47c579de3df9ef45a826270be649d21ca39047;p=proto%2Flabwc.git CI: allow Debian to build the wlroots subproject --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a44b8a7a..2833efca 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-0.18-dev + apt-get build-dep -y libwlroots-0.18-dev - name: Install FreeBSD dependencies if: matrix.name == 'FreeBSD'