From a334b65260ae5bf556360676a5bee9972f858311 Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Tue, 15 Oct 2024 01:29:58 +0400 Subject: [PATCH] fix mac protobuf install command --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8005161a..5071923e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: profile: minimal default: true - name: Install protobuf compiler - run: brew install protobuf-compiler + run: brew install protobuf - name: Build wheels uses: messense/maturin-action@v1 with: @@ -57,7 +57,7 @@ jobs: profile: minimal default: true - name: Install protobuf compiler - run: brew install protobuf-compiler + run: brew install protobuf - name: Build wheels uses: messense/maturin-action@v1 with: