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-08-15 20:01:17 +0200
commit2b906538a1c696b686e146a88c77279f2084cb3d (patch)
treedb84685c458289e518978b86f0c6ac05ce6b74bb
parent8f65158887a809345086bf75a76c4bec769c05e8 (diff)
downloadqutebrowser-2b906538a1c696b686e146a88c77279f2084cb3d.tar.gz
qutebrowser-2b906538a1c696b686e146a88c77279f2084cb3d.zip
ci: Get libxcb-shape0 in for normal runs too
Those seem to fail in weird ways as well... (cherry picked from commit d78e6759b775c835dca957d518cb25da4a8335a8)
-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 23d37f991..383fca014 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -164,7 +164,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: |