chore: fix ci

This commit is contained in:
J. Nick Koston 2022-09-09 08:58:54 -05:00
parent fad09d60a8
commit 61e00c1c07

View File

@ -45,6 +45,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Install libs
run: sudo apt-get install -y dbus python-gi
- name: Set up Python
uses: actions/setup-python@v3
with: