From 221d238010d7a95b3bf110bbd87270a1ef87be0a Mon Sep 17 00:00:00 2001 From: Jeff Trull Date: Thu, 14 Nov 2024 20:36:47 -0800 Subject: [PATCH] Yet another X-related library I don't know what is --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f0e3ed..6352adc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: if: matrix.c_compiler != 'cl' shell: bash run: | - sudo apt install libxi-dev libxtst-dev libgles-dev + sudo apt install libxi-dev libxtst-dev libgles-dev libx11-xcb-dev - name: Set up vcpkg and install our dependencies uses: lukka/run-vcpkg@v11