Skip to content

Commit 2d88a64

Browse files
committed
install libudev
1 parent a095fdf commit 2d88a64

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
restore-keys: |
3333
${{ runner.OS }}-build-
3434
35+
- name: 'Install libudev'
36+
run: sudo apt install libudev-dev
37+
3538
- name: 'Build'
3639
run: cargo build --verbose --target x86_64-unknown-linux-gnu
3740

0 commit comments

Comments
 (0)