Skip to content

Commit

Permalink
install dbus-1 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
n8marti committed Aug 8, 2024
1 parent b7c0af9 commit f8d5a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install dependencies
run: |
# apt-get install python3-tk
sudo apt-get install dbus
sudo apt-get install build-essential libpython3-dev libdbus-1-dev
pip install --upgrade pip
pip install -r requirements.txt
pip install pyinstaller
Expand Down

0 comments on commit f8d5a2a

Please sign in to comment.