Skip to content

Commit 52796f9

Browse files
committed
Revert "Install protoc from repository"
This reverts commit e87ddee.
1 parent e87ddee commit 52796f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_pull_request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
add-to-path: false
2929

3030
- name: Get protoc
31-
run: sudo apt-get install -y protobuf-compiler
31+
run: |
32+
wget https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-linux-x86_64.zip
33+
sudo unzip -j protoc-*.zip bin/protoc -d /usr/local/bin/
3234
3335
- name: Patch
3436
run: ./patch.sh

0 commit comments

Comments
 (0)