diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cb16ef..aa66681 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: