Skip to content

Commit bd77b87

Browse files
authored
fix: Add libudev-dev to the clippy test (#1502)
Additional dependency is necessary for the clippy, or actually for our project when running clippy.
1 parent 8287b11 commit bd77b87

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/linters.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
with:
6060
egress-policy: audit
6161

62+
- name: Install dependencies
63+
run: |
64+
sudo apt-get update
65+
sudo apt-get install -y libudev-dev
66+
6267
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6368
with:
6469
ref: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)