diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 27c57c5..ebedfc4 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: run: | apt-get update DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ - python3-venv pipx libgl1 libxcb-cursor0 + python3-venv pipx libgl1 libxcb-cursor0 libxkbcommon-x11-0 - name: Install Poetry run: |