]> git.mdlowis.com Git - proto/labwc.git/commitdiff
CI: fix Debian build, wlroots package got renamed
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Fri, 7 Feb 2025 17:01:27 +0000 (18:01 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Fri, 7 Feb 2025 17:13:16 +0000 (18:13 +0100)
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

index 39279d9951385274afa1c64841de7da66bf1e157..3e5a9869cc81d0bc07c6859f558eb750d367e370 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-dev
+          #apt-get build-dep -y libwlroots-0.18-dev
 
       - name: Install FreeBSD dependencies
         if: matrix.name == 'FreeBSD'