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 90bc14a commit fca9669Copy full SHA for fca9669
.github/actions/deps/ports/zephyr-cp/action.yml
@@ -7,7 +7,7 @@ runs:
7
if: runner.os == 'Linux'
8
run: |
9
sudo apt-get update
10
- sudo apt-get install -y libusb-1.0-0-dev
+ sudo apt-get install -y libusb-1.0-0-dev libudev-dev
11
shell: bash
12
- name: Setup Zephyr project
13
uses: zephyrproject-rtos/action-zephyr-setup@v1
0 commit comments