Skip to content

Commit 7d4d796

Browse files
committed
fixup! fixup! fix(linux): add libudev
1 parent 40154fa commit 7d4d796

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ jobs:
2323
run: cargo build --verbose
2424
- name: Run tests
2525
run: cargo test --verbose
26+
- name: Run help
27+
run: cargo run -- --help

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
components: rustfmt, clippy
3333
override: true
3434
- name: Install libudev for Linux (optional)
35-
if: matrix.os == 'ubuntu-latest'
35+
if: matrix.os == 'Linux'
3636
run: sudo apt-get install libudev-dev
3737
- name: Build
3838
run: cargo build --release

0 commit comments

Comments
 (0)