Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

Commit a2fc9e4

Browse files
committed
fix: add libglib2.0-dev installation for Linux system dependencies in GitHub Actions workflow
1 parent f9ca8bb commit a2fc9e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
if: runner.os == 'Linux'
5555
run: |
5656
sudo apt-get update
57-
sudo apt-get install -y libdbus-1-dev
57+
sudo apt-get install -y libdbus-1-dev libglib2.0-dev
5858
5959
- name: Install dependencies
6060
run: uv sync --all-extras --all-groups

0 commit comments

Comments
 (0)