| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f82a8ed commit fcaf586
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -127,14 +127,6 @@ jobs: | |||
| 127 | 127 | - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 | |
| 128 | 128 | with: | |
| 129 | 129 | 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 | ||
| 138 | 130 | - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 | |
| 139 | 131 | with: | |
| 140 | 132 | python-version: "3.12" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -99,15 +99,6 @@ jobs: | |||
| 99 | 99 | else | |
| 100 | 100 | echo "has_changes=true" >> $GITHUB_OUTPUT | |
| 101 | 101 | 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 | ||
| 111 | 102 | - uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4 | |
| 112 | 103 | if: steps.detect_librarian.outputs.has_changes == 'true' | |
| 113 | 104 | with: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments