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