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 f7213a7 commit 90bc14aCopy full SHA for 90bc14a
.github/actions/deps/ports/zephyr-cp/action.yml
@@ -4,6 +4,7 @@ runs:
4
using: composite
5
steps:
6
- name: Get libusb
7
+ if: runner.os == 'Linux'
8
run: |
9
sudo apt-get update
10
sudo apt-get install -y libusb-1.0-0-dev
0 commit comments