ci: fix Ubuntu 24.04 package dependencies

- Replace deprecated libgl1-mesa-glx with libgl1
- Add libdbus-1-3 and libxcb-cursor0 for PyQt6 support
This commit is contained in:
LemonNexus 2026-02-12 16:38:10 +00:00
parent c1ede09aef
commit 20ee10781d
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libgl1-mesa-glx libglib2.0-0 libxkbcommon-x11-0
sudo apt-get install -y libgl1 libglib2.0-0 libxkbcommon-x11-0 libdbus-1-3 libxcb-cursor0
- name: Install Python dependencies
run: |