Skip to content

Commit

Permalink
fix(ci): Fix protobuf error
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyinc committed Oct 4, 2024
1 parent 2ac35ae commit a6d3ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
-e PROTOC_ARCH=${{ matrix.platform.target }}
-e PROTOC=/usr/local/bin/protoc
before-script-linux: |
apt-get update && apt-get install -y unzip
PROTOC_VERSION="28.2"
if [ "$PROTOC_ARCH" = "i686" ]; then
PROTOC_ARCH="x86_32"
Expand Down Expand Up @@ -102,7 +103,6 @@ jobs:
-e PROTOC_ARCH=${{ matrix.platform.target }}
-e PROTOC=/usr/local/bin/protoc
before-script-linux: |
apt-get update && apt-get install -y unzip
PROTOC_VERSION="28.2"
if [ "$PROTOC_ARCH" = "i686" ]; then
PROTOC_ARCH="x86_32"
Expand Down

0 comments on commit a6d3ed5

Please sign in to comment.