From 21482c49ecf79418e4727b671826f173a227403f Mon Sep 17 00:00:00 2001 From: Philip Tricca Date: Wed, 24 Jan 2024 10:53:39 -0800 Subject: [PATCH] an alternate fix for what I was calling broken mirrors --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) 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