We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de5123 commit 9eb7a99Copy full SHA for 9eb7a99
.github/workflows/fix_dylib.yml
@@ -17,6 +17,11 @@ jobs:
17
brew install libusb hidapi
18
brew info libusb
19
brew info hidapi
20
+ echo "Listing libusb installation:"
21
+ ls -R /usr/local/Cellar/libusb/1.0.29 || true
22
+ echo "Listing hidapi installation:"
23
+ ls -R /usr/local/Cellar/hidapi/0.15.0 || true
24
+
25
- name: List dependencies (macOS)
26
run: otool -L ./bin/openocd
27
- name: Try to run unfixed openocd
0 commit comments