Skip to content

Commit 353cbf6

Browse files
committed
Try to fix binary
1 parent ee1dadc commit 353cbf6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/fix_dylib.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
4040
# Verify the changes
4141
otool -L ./openocd
42+
- name: Uninstall brew packages to verify self-contained binary
43+
run: |
44+
brew uninstall libusb hidapi
4245
- name: Try to run fixed openocd
4346
run: ./bin/openocd --version || true
4447
- name: Upload fixed openocd

0 commit comments

Comments
 (0)