mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Hope proto-lens-protobuf-types just needs up-to-date protoc.
This commit is contained in:
parent
709835d99d
commit
18256dc2d5
@ -28,8 +28,8 @@ pushd /tmp \
|
||||
|
||||
# protoc, for proto-lens-combinators test suite
|
||||
# Instructions from: https://google.github.io/proto-lens/installing-protoc.html
|
||||
PROTOC_ZIP=protoc-3.3.0-linux-x86_64.zip
|
||||
curl -OL https://github.com/google/protobuf/releases/download/v3.3.0/$PROTOC_ZIP
|
||||
PROTOC_ZIP=protoc-28.0-linux-x86_64.zip
|
||||
curl -OL https://github.com/google/protobuf/releases/download/v28.0/$PROTOC_ZIP
|
||||
sudo unzip -o $PROTOC_ZIP -d /usr bin/protoc
|
||||
rm -f $PROTOC_ZIP
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user