Skip to content

Commit

Permalink
Merge pull request #6438 from radarhere/qt_install
Browse files Browse the repository at this point in the history
Install libxcb-shape0
  • Loading branch information
hugovk committed Jul 15, 2022
2 parents 6f4ff4e + e1d833b commit 5e649c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/install.sh
Expand Up @@ -43,7 +43,7 @@ if [[ $(uname) != CYGWIN* ]]; then

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

Expand Down

0 comments on commit 5e649c1

Please sign in to comment.