diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49fff4f..8762324 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: