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-08-15 20:01:17 +0200
commit8f65158887a809345086bf75a76c4bec769c05e8 (patch)
treef15ad9509bb7fd6214f906cf0aef21e38cc48229
parent433f9dc9edf3c684640a9d96864a032e78ded7da (diff)
downloadqutebrowser-8f65158887a809345086bf75a76c4bec769c05e8.tar.gz
qutebrowser-8f65158887a809345086bf75a76c4bec769c05e8.zip
ci: Add missing libxcb-shape0
Not sure why this is needed out of the sudden... (cherry picked from commit 8c29f22b9325c6fc766ac52da6f8401d64cc884f)
-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 00d088da8..572999f43 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