Skip to content

Commit ba5902a

Browse files
Fix broken wireshark build workflow on macOS (apache#318)
Fixes apache#314 We need to run `brew update` to have the fix of Homebrew/homebrew-core#142254 included.
1 parent b242e1a commit ba5902a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-pr-validation.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
- name: Install deps (macOS)
5151
if: ${{ startsWith(matrix.os, 'macos') }}
5252
run: |
53+
brew update
5354
brew install pkg-config wireshark protobuf
5455
- name: Build wireshark plugin
5556
run: |

0 commit comments

Comments
 (0)