diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dda831b..7031618 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,6 +10,7 @@ jobs: - uses: dtolnay/rust-toolchain@nightly with: components: clippy + - run: sudo apt-get update - run: sudo apt-get install -y pkg-config libudev-dev - run: cargo clippy -- --deny warnings test: @@ -18,5 +19,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@nightly + - run: sudo apt-get update - run: sudo apt-get install -y pkg-config libudev-dev - run: cargo test --all-features