diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index f141350..27c57c5 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 bash + python3-venv pipx libgl1 libxcb-cursor0 - name: Install Poetry run: |