From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:18:00 +0000 (+0200) Subject: CI: Install libwlroots-0.18-dev for the Debian runner X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=f14f006cbab6529db5b5c036b056cd6dcb7fec12;p=proto%2Flabwc.git CI: Install libwlroots-0.18-dev for the Debian runner --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88f83f52..b00ec7a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,6 +81,7 @@ jobs: apt-get upgrade -y apt-get install -y git gcc clang gdb xwayland apt-get build-dep -y labwc + apt-get install libwlroots-0.18-dev - name: Install FreeBSD dependencies if: matrix.name == 'FreeBSD'