]> git.mdlowis.com Git - proto/labwc.git/commitdiff
CI: Install libwlroots-0.18-dev for the Debian runner
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Tue, 6 Aug 2024 13:18:00 +0000 (15:18 +0200)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Tue, 6 Aug 2024 13:25:50 +0000 (15:25 +0200)
.github/workflows/build.yml

index 88f83f5290a8f6db6a937d117893beee4f3420b9..b00ec7a8aa25f415a380462fb9e9cf1826f87064 100644 (file)
@@ -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'