]> git.mdlowis.com Git - proto/labwc.git/commitdiff
CI: use libwlroots-0.19-dev build-dep for Debian
authortokyo4j <hrak1529@gmail.com>
Mon, 29 Sep 2025 08:07:43 +0000 (17:07 +0900)
committerJohan Malm <johanmalm@users.noreply.github.com>
Mon, 29 Sep 2025 18:41:32 +0000 (19:41 +0100)
.github/workflows/build.yml

index 0cf69f85047bd1c73f4ee0c2847fcf657c5eafa5..e2876ac9fb842d475dc69b20f3763c7872f64627 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.19-dev
 
       - name: Install FreeBSD dependencies
         if: matrix.name == 'FreeBSD'