We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d926b commit 2c28a68Copy full SHA for 2c28a68
.github/workflows/cont_integration.yml
@@ -18,6 +18,11 @@ jobs:
18
steps:
19
- name: Checkout
20
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
26
- name: Generate cache key
27
run: echo "${{ matrix.rust }} ${{ matrix.features }}" | tee .cache_key
28
- name: Cache
0 commit comments