File tree Expand file tree Collapse file tree 1 file changed +23
-4
lines changed
Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,33 @@ jobs:
2929 run : |
3030 sudo apt update
3131 sudo apt install -y \
32- libgl1-mesa-dev \
3332 build-essential cmake \
3433 patchelf dpkg fakeroot \
3534 squashfs-tools xz-utils \
3635 libfuse2 \
37- libxcb-cursor0 libxcb-cursor-dev \
38- libxkbcommon-x11-0 libxkbcommon-x11-dev \
39- libxcb-icccm4 libxcb-icccm4-dev \
36+ file \
37+ desktop-file-utils \
38+ libgl1-mesa-dev \
39+ libx11-6 \
40+ libx11-xcb1 \
41+ libxcb1 \
42+ libxcb-util1 \
43+ libxcb-image0 \
44+ libxcb-shm0 \
45+ libxcb-icccm4 \
46+ libxcb-keysyms1 \
47+ libxcb-render0 \
48+ libxcb-render-util0 \
49+ libxcb-xinerama0 \
50+ libxcb-xkb1 \
51+ libxcb-cursor0 \
52+ libxkbcommon0 \
53+ libxkbcommon-x11-0 \
54+ libxrender1 \
55+ libglib2.0-0 \
56+ zlib1g \
57+ libssl3 \
58+ libpng16-16 \
4059 wget curl python3-pip imagemagick
4160
4261 - name : Install Qt using aqtinstall
You can’t perform that action at this time.
0 commit comments