Skip to content

Commit e04686d

Browse files
Fix the unstable wireshark workflow on macOS (#374)
See Homebrew/homebrew-core#157142
1 parent 7baa312 commit e04686d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
- name: Install deps (macOS)
5151
if: ${{ startsWith(matrix.os, 'macos') }}
5252
run: |
53+
# See https://github.com/Homebrew/homebrew-core/issues/157142
54+
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
5355
brew update
5456
brew install pkg-config wireshark protobuf
5557
- name: Build wireshark plugin

0 commit comments

Comments
 (0)