We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4580a58 commit af0713cCopy full SHA for af0713c
.github/workflows/coverage.yaml
@@ -16,6 +16,11 @@ jobs:
16
- name: Checkout code
17
uses: actions/checkout@v4
18
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
+
24
- name: Set up JDK 11
25
uses: actions/setup-java@v4
26
with:
0 commit comments