Skip to content

Commit 2d21777

Browse files
committed
install libudev-dev for CI
1 parent 01c5362 commit 2d21777

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- uses: dtolnay/rust-toolchain@stable
2424
- name: Install nextest
2525
uses: taiki-e/install-action@nextest
26+
- run: sudo apt update && sudo apt install -y libudev-dev
2627
- run: cargo nextest run --all-features
2728
- run: cargo test --doc --all-features
2829

@@ -67,4 +68,5 @@ jobs:
6768
- uses: dtolnay/rust-toolchain@stable
6869
with:
6970
components: clippy
71+
- run: sudo apt update && sudo apt install -y libudev-dev
7072
- run: cargo clippy -- -D warnings

0 commit comments

Comments
 (0)