Skip to content

Commit

Permalink
Merge pull request #336 from bohning/fix_release_workflow
Browse files Browse the repository at this point in the history
Add libglib2.0-dev also to release workflow.
  • Loading branch information
bohning authored Jan 26, 2025
2 parents 8b8b53b + 1856ee8 commit 5dfa448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Linux specific dependencies for dbus-python
run: |
sudo apt-get update
sudo apt-get install -y gcc python3-dev libdbus-1-dev
sudo apt-get install -y gcc python3-dev libdbus-1-dev libglib2.0-dev
pkg-config --cflags --libs dbus-1
export LDFLAGS="-lm"
- name: Install poetry
Expand Down

0 comments on commit 5dfa448

Please sign in to comment.