github ci install xcb (for Qt)

This commit is contained in:
gitlost 2022-07-26 03:20:50 +01:00
parent e8feea5c70
commit 961c20ae47

View File

@ -27,8 +27,8 @@ jobs:
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v3
- name: Install mesa (for Qt) - name: Install mesa and xcb (for Qt)
run: sudo apt install mesa-common-dev libglu1-mesa-dev run: sudo apt install mesa-common-dev libglu1-mesa-dev libxcb-xinerama0
- name: Create Build Environment - name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory # Some projects don't allow in-source building, so create a separate build directory