From 60704ba2122d23129d1f0e545b999dded91f30dd Mon Sep 17 00:00:00 2001 From: "Wolfgang E. Sanyer" Date: Sat, 29 Jan 2022 12:47:48 +0000 Subject: [PATCH] Fix build error on macos See https://github.com/protocolbuffers/protobuf/issues/9181 for more details --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b68fa2a..0378cc18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: "setup macos build environment" if: ${{ matrix.os == 'macos' }} - run: brew install protobuf automake + run: brew install protobuf@3.6 automake && echo 'export PATH="/usr/local/opt/protobuf@3.6/bin:$PATH"' >> /Users/runner/.bash_profile - name: "generate build scripts" run: ./autogen.sh