Skip to content

Commit 9120e1b

Browse files
committed
Install Qt dependencies into CI runner
1 parent 9ac0b9d commit 9120e1b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/app-tests.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,24 @@ jobs:
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

26+
- name: Install Qt dependencies
27+
run: |
28+
sudo apt-get update
29+
sudo apt-get install -y \
30+
libegl1 \
31+
libglib2.0-0 \
32+
libx11-xcb1 \
33+
libxrender1 \
34+
libxkbcommon-x11-0 \
35+
libxcb-icccm4 \
36+
libxcb-image0 \
37+
libxcb-keysyms1 \
38+
libxcb-randr0 \
39+
libxcb-render-util0 \
40+
libxcb-xinerama0 \
41+
libxcb-xkb1 \
42+
libopengl0
43+
2644
- name: Install dependencies
2745
run: |
2846
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)