Skip to content

Commit

Permalink
fixup! fixup! fix(linux): add libudev
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Nov 5, 2023
1 parent 40154fa commit 7d4d796
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Run help
run: cargo run -- --help
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
components: rustfmt, clippy
override: true
- name: Install libudev for Linux (optional)
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'Linux'
run: sudo apt-get install libudev-dev
- name: Build
run: cargo build --release
Expand Down

0 comments on commit 7d4d796

Please sign in to comment.