From bcc2a0147894b4ef80d691e7ff946e446ad337fb Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Sun, 5 May 2024 19:38:22 +0200 Subject: [PATCH] test CI --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b06089e..912e9c5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,13 +37,15 @@ jobs: libxcb-image0-dev \ libxcb-present-dev \ libxcb-render0-dev \ + libxcb-render-util0-dev \ libxcb-res0-dev \ libxcb-xfixes0-dev \ libxcb-xinput-dev \ libxcb1-dev \ libxkbcommon-dev \ ninja-build \ - xwayland + xorg-server \ + xwayland \ sudo pip install meson - name: Set environment variables run: |