Skip to content

Commit a301db0

Browse files
author
Lukas Geiger
committed
ci: install CodeBox Qt runtime libraries
1 parent 92b3272 commit a301db0

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/linux-platform-smoke.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,21 @@ jobs:
2222
with:
2323
python-version: "3.12"
2424

25+
- name: Install Qt runtime libraries
26+
run: |
27+
sudo apt-get update
28+
sudo apt-get install -y \
29+
libegl1 \
30+
libgl1 \
31+
libxkbcommon-x11-0 \
32+
libxcb-cursor0 \
33+
libxcb-icccm4 \
34+
libxcb-keysyms1 \
35+
libxcb-randr0 \
36+
libxcb-render-util0 \
37+
libxcb-xinerama0 \
38+
libxcb-xkb1
39+
2540
- name: Install dependencies
2641
run: |
2742
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)