We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ba1a4 commit 9de5123Copy full SHA for 9de5123
.github/workflows/fix_dylib.yml
@@ -15,6 +15,8 @@ jobs:
15
- name: Install dependencies with brew
16
run: |
17
brew install libusb hidapi
18
+ brew info libusb
19
+ brew info hidapi
20
- name: List dependencies (macOS)
21
run: otool -L ./bin/openocd
22
- name: Try to run unfixed openocd
0 commit comments