summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-07-12 16:03:03 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-07-12 16:03:03 +0200
commit8c29f22b9325c6fc766ac52da6f8401d64cc884f (patch)
treee554345afc6d49c6074a85e18159b651649b6b7c
parent63caa39a2ab191181689f048e994207b67bef092 (diff)
downloadqutebrowser-8c29f22b9325c6fc766ac52da6f8401d64cc884f.tar.gz
qutebrowser-8c29f22b9325c6fc766ac52da6f8401d64cc884f.zip
ci: Add missing libxcb-shape0
Not sure why this is needed out of the sudden...
-rw-r--r--.github/workflows/recompile-requirements.yml2
1 files changed, 1 insertions, 1 deletions
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