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:28:20 +0200
commitd26f2823a08ce13fc92dc8aaef56deab49e4a85e (patch)
treea92f98a120c3457a67a7d608507736f021bc6a04
parent8e0da0063ce7da21d9afc4be369e36a12b4c0ceb (diff)
downloadqutebrowser-d26f2823a08ce13fc92dc8aaef56deab49e4a85e.tar.gz
qutebrowser-d26f2823a08ce13fc92dc8aaef56deab49e4a85e.zip
ci: Install libxcb-cursor
-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 e41827777..887d48857 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -153,7 +153,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: |