Skip to content

Commit

Permalink
install libudev
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Sep 17, 2024
1 parent df31ae9 commit 28d188b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/anchor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install libudev-dev
run: sudo apt-get update && sudo apt-get install libudev-dev
- name: Setup Node.js
uses: actions/setup-node@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install libudev-dev
run: sudo apt-get update && sudo apt-get install libudev-dev
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down

0 comments on commit 28d188b

Please sign in to comment.