We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8877898 commit 38eac24Copy full SHA for 38eac24
.github/workflows/ci.yml
@@ -16,6 +16,10 @@ jobs:
16
17
- uses: extractions/setup-just@v2
18
19
+ - uses: bufbuild/buf-action@v1
20
+ with:
21
+ setup_only: true
22
+
23
- name: Install Javy
24
run: |
25
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
@@ -20,6 +20,10 @@ jobs:
26
27
28
29
0 commit comments