CI: Remove unneeded dbus installation

This commit is contained in:
FliegendeWurst 2022-01-06 16:01:47 +01:00
parent 8849c8dddf
commit 2894ab8bc9

View File

@ -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