]> git.mdlowis.com Git - proto/labwc.git/commitdiff
CI: allow Debian to build the wlroots subproject
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Sat, 17 May 2025 18:32:10 +0000 (20:32 +0200)
committerJohan Malm <johanmalm@users.noreply.github.com>
Wed, 21 May 2025 05:36:08 +0000 (06:36 +0100)
.github/workflows/build.yml

index a44b8a7abab3fc12efbb4bea34f2fabcfb79f3a1..2833efca877ac9e007a8b086b5e81bf308971778 100644 (file)
@@ -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'