Skip to content

Commit fcaf586

Browse files
authored
chore: remove protoc installation in showcase and update googleapis ci (#13722)
Remove now redundant protoc install step in CIs. Fixes googleapis/librarian#6720
1 parent f82a8ed commit fcaf586

2 files changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/showcase.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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"

.github/workflows/update_librarian_googleapis.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,6 @@ jobs:
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:

0 commit comments

Comments
 (0)