Skip to content

Commit 987fe67

Browse files
committed
ci: install Qt runtime libraries
1 parent 22bc60b commit 987fe67

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@ jobs:
1515
with:
1616
python-version: "3.12"
1717

18+
- name: Install system dependencies
19+
run: |
20+
sudo apt-get update
21+
sudo apt-get install -y \
22+
libegl1 \
23+
libxkbcommon-x11-0 \
24+
libxcb-cursor0 \
25+
libxcb-icccm4 \
26+
libxcb-util1 \
27+
libxcb-image0 \
28+
libxcb-keysyms1 \
29+
libxcb-render-util0 \
30+
libxcb-shape0 \
31+
libxcb-xkb1
32+
1833
- name: Install dependencies
1934
run: python -m pip install -r requirements.txt
2035

0 commit comments

Comments
 (0)