ci: Get libxcb-shape0 in for normal runs too

Those seem to fail in weird ways as well...
This commit is contained in:
Florian Bruhin 2022-07-12 16:19:34 +02:00
parent 8c29f22b93
commit d78e6759b7
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ jobs:
- name: Install apt dependencies
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends libyaml-dev libegl1-mesa libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0
sudo apt-get install --no-install-recommends libyaml-dev libegl1-mesa libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-shape0
if: "startsWith(matrix.os, 'ubuntu-')"
- name: Install dependencies
run: |