Skip to content

Commit

Permalink
Fix CI failing to build dbus-python
Browse files Browse the repository at this point in the history
by installing required python3-devel package
  • Loading branch information
JanZerebecki committed May 29, 2024
1 parent 833f5ce commit f9dd425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Install system dependencies
run: sudo dnf install -y dbus-daemon dbus-devel gcc glib2-devel tox
run: sudo dnf install -y dbus-daemon dbus-devel gcc glib2-devel python3-devel tox

- name: Clone repository
uses: actions/checkout@v3
Expand Down

0 comments on commit f9dd425

Please sign in to comment.