From 61e00c1c0782288d1a12cefe784c4b860fd260d8 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Sep 2022 08:58:54 -0500 Subject: [PATCH] chore: fix ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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: