File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,14 +127,6 @@ jobs:
127127 - uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
128128 with :
129129 go-version : ' stable'
130- - name : Install protoc
131- run : |
132- set -e
133- VERSION="33.2"
134- curl -fsSL --retry 5 --retry-delay 15 -o /tmp/protoc.zip "https://github.com/protocolbuffers/protobuf/releases/download/v$VERSION/protoc-$VERSION-linux-x86_64.zip"
135- cd /usr/local
136- sudo unzip -o /tmp/protoc.zip
137- protoc --version
138130 - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
139131 with :
140132 python-version : " 3.12"
Original file line number Diff line number Diff line change 9999 else
100100 echo "has_changes=true" >> $GITHUB_OUTPUT
101101 fi
102- - name : Install protoc
103- if : steps.detect_librarian.outputs.has_changes == 'true'
104- run : |
105- set -e
106- VERSION="33.2"
107- curl -fsSL --retry 5 --retry-delay 15 -o /tmp/protoc.zip "https://github.com/protocolbuffers/protobuf/releases/download/v$VERSION/protoc-$VERSION-linux-x86_64.zip"
108- cd /usr/local
109- sudo unzip -o /tmp/protoc.zip
110- protoc --version
111102 - uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
112103 if : steps.detect_librarian.outputs.has_changes == 'true'
113104 with :
You can’t perform that action at this time.
0 commit comments