mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-14 23:24:39 -04:00
github ci install xcb (for Qt)
This commit is contained in:
parent
e8feea5c70
commit
961c20ae47
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue