fix: add libglib2.0-dev installation for Linux system dependencies in GitHub Actions workflow

This commit is contained in:
benexl
2025-12-31 15:22:37 +03:00
parent f9ca8bbd79
commit a2fc9e442d

View File

@@ -54,7 +54,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y libdbus-1-dev
sudo apt-get install -y libdbus-1-dev libglib2.0-dev
- name: Install dependencies
run: uv sync --all-extras --all-groups