summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2022-08-11 12:26:05 +1200
committertoofar <toofar@spalge.com>2022-08-11 12:26:05 +1200
commit103031d1e3628ad14bf1c4b32c42ae31a4e62002 (patch)
tree514c5f2f20ce952b82d27fdf102e4897fcc351fa
parent3b80194f60b5c8b179d4bd30925eb9a7f43d1b74 (diff)
downloadqutebrowser-103031d1e3628ad14bf1c4b32c42ae31a4e62002.tar.gz
qutebrowser-103031d1e3628ad14bf1c4b32c42ae31a4e62002.zip
Install libxcb-shape on ubuntu
Not sure why this is needed now, possibly we are importing more stuff now? The `-y` was added because I don't know how it is working without it but it doesn't see to with https://github.com/nektos/act
-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 8721699ad..9d531f8c8 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 -y 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: |