From 961c20ae47dca417a5e655ec778879ed5d9f2e43 Mon Sep 17 00:00:00 2001 From: gitlost Date: Tue, 26 Jul 2022 03:20:50 +0100 Subject: [PATCH] github ci install xcb (for Qt) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6befc54..3f728998 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,8 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v3 - - name: Install mesa (for Qt) - run: sudo apt install mesa-common-dev libglu1-mesa-dev + - name: Install mesa and xcb (for Qt) + run: sudo apt install mesa-common-dev libglu1-mesa-dev libxcb-xinerama0 - name: Create Build Environment # Some projects don't allow in-source building, so create a separate build directory