summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2023-07-24 22:57:02 +1200
committertoofar <toofar@spalge.com>2023-07-24 23:04:51 +1200
commit7724f72950fe9282b848acf13bbc9aae4c2ef654 (patch)
tree31d29160eae0d24096f9807c8e9953288904a391 /.github
parentd580b20407582e175fdd4f4c4063207da7464786 (diff)
downloadqutebrowser-7724f72950fe9282b848acf13bbc9aae4c2ef654.tar.gz
qutebrowser-7724f72950fe9282b848acf13bbc9aae4c2ef654.zip
libxcb-cursor0 in dependencies job and install docs
I don't think the dependencies jbos needs to be installing asciidoc anymore either but oh well. I just grepped for libxcb-shape0 and constituently added libxcb-cursor0 after it. I haven't checked it's in stretch but it should be. ref: 6f5de192e0d7a62c
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/recompile-requirements.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/recompile-requirements.yml b/.github/workflows/recompile-requirements.yml
index 623f11ca5..b06ea614d 100644
--- a/.github/workflows/recompile-requirements.yml
+++ b/.github/workflows/recompile-requirements.yml
@@ -31,7 +31,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 asciidoc python3-venv xvfb
+ 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 asciidoc python3-venv xvfb
- name: Install dependencies
run: |
python -m pip install -U pip