From a552ec5eeb900396f64235f6470a48bb415ba6b7 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 27 Nov 2025 12:31:37 +0100 Subject: [PATCH] libudev for check --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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