Skip to content

Commit e87ddee

Browse files
committed
Install protoc from repository
1 parent 560b2f4 commit e87ddee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build_pull_request.yml

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

3030
- name: Get protoc
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/
31+
run: sudo apt-get install -y protobuf-compiler
3432

3533
- name: Patch
3634
run: ./patch.sh

0 commit comments

Comments
 (0)