diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1be0809..d1392b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,9 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable + - name: Install libudev-dev on Ubuntu + if: ${{ matrix.os == 'ubuntu-latest' }} + run: sudo apt update && sudo apt install -y libudev-dev - run: cargo check # Check example with static pool configuration - run: cargo check -p satrs-example --no-default-features