Skip to content

Commit

Permalink
test libudev
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin committed Mar 26, 2024
1 parent af6dca2 commit 2771081
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 @@ -11,6 +11,8 @@ jobs:
with:
toolchain: stable
override: true
- name: Install libudev
run: sudo apt-get update && sudo apt-get install libudev-dev
- name: Check Type
run: cargo fmt -- --check
- name: Run internal tests
Expand All @@ -22,6 +24,8 @@ jobs:
needs: quick-tests
runs-on: ubuntu-22.04
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 2771081

Please sign in to comment.