This is an automated email from the ASF dual-hosted git repository.
yuxia pushed a commit to branch release-0.1
in repository https://gitbox.apache.org/repos/asf/fluss-rust.git
The following commit(s) were added to refs/heads/release-0.1 by this push:
new b39be27 chore: fix macos
b39be27 is described below
commit b39be27f661c431009b5afd760083447c5a5a6bd
Author: luoyuxia <[email protected]>
AuthorDate: Tue Mar 3 19:16:56 2026 +0800
chore: fix macos
---
.github/workflows/release_python.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/release_python.yml
b/.github/workflows/release_python.yml
index 525708f..c0a8f26 100644
--- a/.github/workflows/release_python.yml
+++ b/.github/workflows/release_python.yml
@@ -92,6 +92,10 @@ jobs:
if: runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
+ - name: Install protoc (macOS)
+ if: runner.os == 'macOS'
+ run: brew install protobuf
+
- uses: PyO3/maturin-action@v1
with:
working-directory: bindings/python