Skip to content

Commit

Permalink
Try to fix the missing libudev-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Feb 2, 2025
1 parent ee83014 commit ac60c09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v4
- name: Add dependencies
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends libudev-dev
- name: Set up cargo cache
uses: actions/cache@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_trouble_host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: actions/checkout@v4
- name: Add dependencies
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends libudev-dev
- name: Set up cargo cache
uses: actions/cache@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_trouble_host_macros.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: actions/checkout@v4
- name: Add dependencies
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends libudev-dev
- name: Set up cargo cache
uses: actions/cache@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
gh pr checkout "${{ github.event.inputs.prNr }}"
- name: Add dependencies
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends libudev-dev
- name: Set up cargo cache
uses: actions/cache@v3
Expand Down

0 comments on commit ac60c09

Please sign in to comment.