Skip to content

Commit

Permalink
fix(ci): install libudev
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Moreira de Jesus <[email protected]>
  • Loading branch information
mmoreiradj committed Apr 17, 2024
1 parent 95d4bd2 commit 78da532
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/flow_lint_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- run: |
sudo apt-get update
sudo apt-get install -y libudev-dev
- uses: actions/checkout@v4
name: Checkout project

Expand Down

0 comments on commit 78da532

Please sign in to comment.