summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-07-12 16:19:34 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-07-12 16:19:34 +0200
commitd78e6759b775c835dca957d518cb25da4a8335a8 (patch)
tree7a21bc59d949c4c121c389e338064728f020a9d2
parent8c29f22b9325c6fc766ac52da6f8401d64cc884f (diff)
downloadqutebrowser-d78e6759b775c835dca957d518cb25da4a8335a8.tar.gz
qutebrowser-d78e6759b775c835dca957d518cb25da4a8335a8.zip
ci: Get libxcb-shape0 in for normal runs too
Those seem to fail in weird ways as well...
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2259b4057..1d4b914b2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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: |