diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index ebedfc4..1c14687 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 libxkbcommon-x11-0 + python3-venv pipx libgl1 libxcb-cursor0 libxkbcommon-x11-0 libegl1-mesa - name: Install Poetry run: |