Skip to content

Commit 90bc14a

Browse files
committed
libusb on Linux only
1 parent f7213a7 commit 90bc14a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ runs:
44
using: composite
55
steps:
66
- name: Get libusb
7+
if: runner.os == 'Linux'
78
run: |
89
sudo apt-get update
910
sudo apt-get install -y libusb-1.0-0-dev

0 commit comments

Comments
 (0)