Skip to content

Commit

Permalink
an alternate fix for what I was calling broken mirrors
Browse files Browse the repository at this point in the history
  • Loading branch information
flihp committed Jan 24, 2024
1 parent 5b8db5f commit 21482c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 21482c4

Please sign in to comment.