From 2894ab8bc9ce25f18f807c64f29fd195a9704690 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Thu, 6 Jan 2022 16:01:47 +0100 Subject: [PATCH] CI: Remove unneeded dbus installation --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd3f57a..f4ee728 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,9 +41,6 @@ jobs: with: path: target key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} - - name: Install dbus - run: sudo apt-get install -y libdbus-1-dev - if: runner.os == 'Linux' - name: Build run: cargo build --release ${{ matrix.features }} --verbose - name: Archive artifacts