From 6598d91bae43ddc2eab908b79fd89772ee1f13a6 Mon Sep 17 00:00:00 2001 From: Lucas Alber Date: Tue, 6 Aug 2024 19:00:52 +0200 Subject: [PATCH] test --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9e2a5a..bab0907 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,8 @@ jobs: if: matrix.os == 'ubuntu-latest' run: | sudo apt-get -y install \ - libxkbcommon-dev + libxkbcommon-dev \ + libxinerama-dev - name: Configure Project run: meson setup build --buildtype=${{ matrix.buildtype }} env: