mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
github ci install libxkbcommon-x11-0
This commit is contained in:
parent
961c20ae47
commit
6a0a567910
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
uses: jurplel/install-qt-action@v3
|
uses: jurplel/install-qt-action@v3
|
||||||
|
|
||||||
- name: Install mesa and xcb (for Qt)
|
- name: Install mesa and xcb (for Qt)
|
||||||
run: sudo apt install mesa-common-dev libglu1-mesa-dev libxcb-xinerama0
|
run: sudo apt install mesa-common-dev libglu1-mesa-dev libxkbcommon-x11-0 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
|
||||||
|
Loading…
Reference in New Issue
Block a user