Skip to content

Commit 9eb7a99

Browse files
committed
Try to fix x64 binary
1 parent 9de5123 commit 9eb7a99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/fix_dylib.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
brew install libusb hidapi
1818
brew info libusb
1919
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+
2025
- name: List dependencies (macOS)
2126
run: otool -L ./bin/openocd
2227
- name: Try to run unfixed openocd

0 commit comments

Comments
 (0)