diff --git a/.github/workflows/parity.yml b/.github/workflows/parity.yml index cbc5dbae..087828d4 100644 --- a/.github/workflows/parity.yml +++ b/.github/workflows/parity.yml @@ -22,6 +22,10 @@ jobs: with: components: clippy, rustfmt + - name: Install Linux system dependencies + if: runner.os == 'Linux' + run: sudo apt-get update && sudo apt-get install -y libdbus-1-dev pkg-config + - name: Cache Cargo registry uses: actions/cache@v4 with: