summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-04-11 14:28:20 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-04-11 14:53:17 +0200
commit6f5de192e0d7a62cdd61603a0fef3a5130c9eb1b (patch)
treed174d8f6eb14704f0d4a693a51ee87d89b46ed8e
parent986348acb917c89cc192731c83abdb0fe3e09ef4 (diff)
downloadqutebrowser-6f5de192e0d7a62cdd61603a0fef3a5130c9eb1b.tar.gz
qutebrowser-6f5de192e0d7a62cdd61603a0fef3a5130c9eb1b.zip
ci: Install libxcb-cursor
See https://codereview.qt-project.org/c/qt/qtbase/+/325414
-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 79244a98b..a022e1f9f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -192,7 +192,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 libxcb-shape0
+ 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 libxcb-cursor0
if: "startsWith(matrix.os, 'ubuntu-')"
- name: Install dependencies
run: |