This is an automated email from the ASF dual-hosted git repository.

xyz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new e04686d  Fix the unstable wireshark workflow on macOS (#374)
e04686d is described below

commit e04686d6cd595c7801aabe37f1ca4b7dfdb8dc95
Author: Yunze Xu <[email protected]>
AuthorDate: Tue Dec 19 10:41:22 2023 +0800

    Fix the unstable wireshark workflow on macOS (#374)
    
    See https://github.com/Homebrew/homebrew-core/issues/157142
---
 .github/workflows/ci-pr-validation.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/ci-pr-validation.yaml 
b/.github/workflows/ci-pr-validation.yaml
index 20d1e14..50a5c80 100644
--- a/.github/workflows/ci-pr-validation.yaml
+++ b/.github/workflows/ci-pr-validation.yaml
@@ -50,6 +50,8 @@ jobs:
       - name: Install deps (macOS)
         if: ${{ startsWith(matrix.os, 'macos') }}
         run: |
+          # See https://github.com/Homebrew/homebrew-core/issues/157142
+          export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
           brew update
           brew install pkg-config wireshark protobuf
       - name: Build wireshark plugin

Reply via email to