Skip to content

Commit 5e649c1

Browse files
authored
Merge pull request #6438 from radarhere/qt_install
Install libxcb-shape0
2 parents 6f4ff4e + e1d833b commit 5e649c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if [[ $(uname) != CYGWIN* ]]; then
4343

4444
# PyQt6 doesn't support PyPy3
4545
if [[ $GHA_PYTHON_VERSION == 3.* ]]; then
46-
sudo apt-get -qq install libegl1 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxkbcommon-x11-0
46+
sudo apt-get -qq install libegl1 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxkbcommon-x11-0
4747
python3 -m pip install pyqt6
4848
fi
4949

0 commit comments

Comments
 (0)