Skip to content

Commit 2c28a68

Browse files
committed
feat(hwi): add libudev-sys dependency
- async-hwi requires libudev-sys for linux systems
1 parent 59d926b commit 2c28a68

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cont_integration.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4
21+
# hwi (async-hwi) depends on libudev-sys
22+
- name: Install system dependencies
23+
run: |
24+
sudo apt-get update
25+
sudo apt-get install -y libudev-dev libusb-1.0-0-dev
2126
- name: Generate cache key
2227
run: echo "${{ matrix.rust }} ${{ matrix.features }}" | tee .cache_key
2328
- name: Cache

0 commit comments

Comments
 (0)