We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1dadc commit 353cbf6Copy full SHA for 353cbf6
.github/workflows/fix_dylib.yml
@@ -39,6 +39,9 @@ jobs:
39
40
# Verify the changes
41
otool -L ./openocd
42
+ - name: Uninstall brew packages to verify self-contained binary
43
+ run: |
44
+ brew uninstall libusb hidapi
45
- name: Try to run fixed openocd
46
run: ./bin/openocd --version || true
47
- name: Upload fixed openocd
0 commit comments