Skip to content

Commit fca9669

Browse files
committed
Install libudev too (for hidapi python package)
1 parent 90bc14a commit fca9669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/deps/ports/zephyr-cp/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
if: runner.os == 'Linux'
88
run: |
99
sudo apt-get update
10-
sudo apt-get install -y libusb-1.0-0-dev
10+
sudo apt-get install -y libusb-1.0-0-dev libudev-dev
1111
shell: bash
1212
- name: Setup Zephyr project
1313
uses: zephyrproject-rtos/action-zephyr-setup@v1

0 commit comments

Comments
 (0)