chore: fix ci

This commit is contained in:
J. Nick Koston 2022-09-09 09:03:46 -05:00
parent 2a2d486494
commit 6e10c51d88

View File

@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install libs
run: sudo apt-get install -y dbus python-gi
run: sudo apt-get install -y dbus dbus-x11 python-gi
- name: Set up Python
uses: actions/setup-python@v3
with: