Skip to content

Commit 01df5b0

Browse files
committed
feat(hwi): add libudev-sys dep to workflows
- async-hwi requires libudev-sys for linux systems - remove skip_blocks param as it is no longer needed for cbf
1 parent 39bd582 commit 01df5b0

File tree

7 files changed

+1328
-389
lines changed

7 files changed

+1328
-389
lines changed

.github/workflows/code_coverage.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ jobs:
1616
uses: actions/checkout@v4
1717
with:
1818
persist-credentials: false
19-
- name: Install lcov tools
20-
run: sudo apt-get install lcov -y
19+
- name: Install system dependencies
20+
run: |
21+
sudo apt-get update
22+
sudo apt-get install -y libudev-dev libusb-1.0-0-dev lcov
2123
- name: Install Rust toolchain
2224
uses: actions-rs/toolchain@v1
2325
with:

0 commit comments

Comments
 (0)