From 8c29f22b9325c6fc766ac52da6f8401d64cc884f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 12 Jul 2022 16:03:03 +0200 Subject: ci: Add missing libxcb-shape0 Not sure why this is needed out of the sudden... --- .github/workflows/recompile-requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/recompile-requirements.yml b/.github/workflows/recompile-requirements.yml index c6ca53a02..3c7442a61 100644 --- a/.github/workflows/recompile-requirements.yml +++ b/.github/workflows/recompile-requirements.yml @@ -35,7 +35,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 asciidoc python3-venv xvfb + 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 asciidoc python3-venv xvfb - name: Install dependencies run: | python -m pip install -U pip -- cgit v1.2.3-54-g00ecf