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 9bec339 chore: fix windows
9bec339 is described below
commit 9bec33923731e6b639d81bacf6d9ca67bd41a47e
Author: luoyuxia <[email protected]>
AuthorDate: Tue Mar 3 19:28:45 2026 +0800
chore: fix windows
---
.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 c0a8f26..8a4a0fd 100644
--- a/.github/workflows/release_python.yml
+++ b/.github/workflows/release_python.yml
@@ -96,6 +96,10 @@ jobs:
if: runner.os == 'macOS'
run: brew install protobuf
+ - name: Install protoc (Windows)
+ if: runner.os == 'Windows'
+ run: choco install protoc -y
+
- uses: PyO3/maturin-action@v1
with:
working-directory: bindings/python