We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a095fdf commit 2d88a64Copy full SHA for 2d88a64
1 file changed
.github/workflows/rust.yml
@@ -32,6 +32,9 @@ jobs:
32
restore-keys: |
33
${{ runner.OS }}-build-
34
35
+ - name: 'Install libudev'
36
+ run: sudo apt install libudev-dev
37
+
38
- name: 'Build'
39
run: cargo build --verbose --target x86_64-unknown-linux-gnu
40
0 commit comments