Skip to content

Commit

Permalink
ci: add libudev dependency on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuswhite authored Feb 8, 2024
1 parent fdb9af1 commit 196335d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- name: Install libudev-sys
run: sudo apt-get install -y libudev-dev
if: ${{ matrix.os }} == ubuntu-latest
- name: Build
run: cargo build --verbose

0 comments on commit 196335d

Please sign in to comment.