Skip to content

Commit af0713c

Browse files
committed
install buf
1 parent 4580a58 commit af0713c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/coverage.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v4
1818

19+
- name: Install buf
20+
run: |
21+
curl -sSL "https://github.com/bufbuild/buf/releases/latest/download/buf-$(uname -s)-$(uname -m)" -o /usr/local/bin/buf
22+
chmod +x /usr/local/bin/buf
23+
1924
- name: Set up JDK 11
2025
uses: actions/setup-java@v4
2126
with:

0 commit comments

Comments
 (0)