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

baodi 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 ba5902a  Fix broken wireshark build workflow on macOS (#318)
ba5902a is described below

commit ba5902a4271a7c19cac7096554c793d3bf90dbe5
Author: Yunze Xu <[email protected]>
AuthorDate: Tue Sep 19 14:58:50 2023 +0800

    Fix broken wireshark build workflow on macOS (#318)
    
    Fixes https://github.com/apache/pulsar-client-cpp/issues/314
    
    We need to run `brew update` to have the fix of
    https://github.com/Homebrew/homebrew-core/pull/142254 included.
---
 .github/workflows/ci-pr-validation.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci-pr-validation.yaml 
b/.github/workflows/ci-pr-validation.yaml
index 0d85c6d..03d417f 100644
--- a/.github/workflows/ci-pr-validation.yaml
+++ b/.github/workflows/ci-pr-validation.yaml
@@ -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: |

Reply via email to