Skip to content
This repository was archived by the owner on Dec 16, 2023. It is now read-only.

Commit b8e9d9d

Browse files
committed
Install Buf
1 parent fe1eeb2 commit b8e9d9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
--workdir $PWD \
5959
docker.io/library/dart <<'EOF'
6060
set -e
61-
apt-get update
62-
apt-get install -y protobuf-compiler
61+
curl -fsSL "https://github.com/bufbuild/buf/releases/latest/download/buf-$(uname -s)-$(uname -m).tar.gz" | tar -xzC /usr/local --strip-components 1
6362
dart pub get
6463
dart run grinder protobuf
6564
EOF

0 commit comments

Comments
 (0)