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