Commit 0e0ca8d
committed
Fix broken wireshark build workflow on macOS (#414)
### Motivation
See https://github.com/apache/pulsar-client-cpp/actions/runs/8276076995/job/22644077705
```
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/2to3
```
`brew install` failed because the wireshark dependency depends on
[email protected] and it failed at `brew link`.
### Modifications
Remove the existing binaries that might conflict.
(cherry picked from commit c513f29)1 parent e7793d6 commit 0e0ca8d
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
67 | 72 | | |
68 | 73 | | |
69 | 74 | | |
| |||
0 commit comments