Skip to content

Commit

Permalink
Fix broken wireshark build workflow on macOS
Browse files Browse the repository at this point in the history
Fixes apache#314

We need to run `brew update` to have the fix of
Homebrew/homebrew-core#142254 included.
  • Loading branch information
BewareMyPower committed Sep 19, 2023
1 parent b242e1a commit 728ad4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Install deps (macOS)
if: ${{ startsWith(matrix.os, 'macos') }}
run: |
brew update
brew install pkg-config wireshark protobuf
- name: Build wireshark plugin
run: |
Expand Down

0 comments on commit 728ad4b

Please sign in to comment.