aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 31a8d3c..258ae34 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -48,22 +48,6 @@ jobs:
PROTOC_BINARY=$PWD/bin/protoc
fi
echo "binary_name=$BINARY" >> $GITHUB_OUTPUT
- echo "PROTOC=$PROTOC_BINARY" >> $GITHUB_ENV
- - name: Prepare protobuf
- id: protobuf_init
- shell: bash
- run: |
- if [ "$RUNNER_OS" == "Linux" ]; then
- sudo apt-get install -qqy protobuf-compiler
- else
- if [ "$RUNNER_OS" == "Windows" ]; then
- PROTOBUF_REMOTE=https://github.com/protocolbuffers/protobuf/releases/download/v25.6/protoc-25.6-win64.zip
- else
- PROTOBUF_REMOTE=https://github.com/protocolbuffers/protobuf/releases/download/v25.6/protoc-25.6-osx-universal_binary.zip
- fi
- curl -fL -o protoc.zip $PROTOBUF_REMOTE
- unzip -qq protoc.zip
- fi
#- name: Environment
# run: |
# git submodule update --init --recursive