Skip to content

Commit

Permalink
CI: Add libxcb-shape0 to list of linux system packages
Browse files Browse the repository at this point in the history
(Suddenly needed?)
  • Loading branch information
ales-erjavec committed Jul 15, 2022
1 parent aa77faf commit 8c46e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Install System Deps
if: ${{ startsWith(runner.os, 'Linux') }}
# https://www.riverbankcomputing.com/pipermail/pyqt/2020-June/042949.html
run: sudo apt-get install -y libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libegl1-mesa
run: sudo apt-get install -y libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libegl1-mesa libxcb-shape0

- name: Setup Pip Cache
uses: actions/cache@v2
Expand Down

0 comments on commit 8c46e85

Please sign in to comment.