Skip to content

Commit

Permalink
github: action: Fix: Install libudev
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin committed Mar 28, 2024
1 parent b4514da commit a815f69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
quick-tests:
runs-on: ubuntu-latest
steps:
- name: Install libudev
run: sudo apt-get update && sudo apt-get install libudev-dev
- uses: actions/checkout@master
- uses: actions-rs/[email protected]
with:
Expand All @@ -22,6 +24,8 @@ jobs:
needs: quick-tests
runs-on: ubuntu-latest
steps:
- name: Install libudev
run: sudo apt-get update && sudo apt-get install libudev-dev
- uses: actions/checkout@master
- uses: actions-rs/[email protected]
with:
Expand Down

0 comments on commit a815f69

Please sign in to comment.