From 6e10c51d88b46e80fc9b10b082b5888167f9670b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Sep 2022 09:03:46 -0500 Subject: [PATCH] chore: fix ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: