Skip to content

Commit

Permalink
ci: remove install of libudev
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuswhite committed Mar 22, 2024
1 parent 085b320 commit 8d4a2e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
toolchain: nightly
components: clippy
override: true
- name: Install libudev-sys
run: sudo apt-get install -y libudev-dev
- name: Build
run: cargo +nightly build --release --verbose
build-ubuntu:
Expand Down

0 comments on commit 8d4a2e0

Please sign in to comment.