Skip to content

Commit 38eac24

Browse files
committed
Add buf-action to install protobuf compiler
1 parent 8877898 commit 38eac24

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616

1717
- uses: extractions/setup-just@v2
1818

19+
- uses: bufbuild/buf-action@v1
20+
with:
21+
setup_only: true
22+
1923
- name: Install Javy
2024
run: |
2125
curl -L https://github.com/bytecodealliance/javy/releases/download/v8.0.0/javy-x86_64-linux-v8.0.0.gz -o javy.gz

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020

2121
- uses: extractions/setup-just@v2
2222

23+
- uses: bufbuild/buf-action@v1
24+
with:
25+
setup_only: true
26+
2327
- name: Install Javy
2428
run: |
2529
curl -L https://github.com/bytecodealliance/javy/releases/download/v8.0.0/javy-x86_64-linux-v8.0.0.gz -o javy.gz

0 commit comments

Comments
 (0)