Skip to content

Commit 4e76cbe

Browse files
committed
chore: install protoc
1 parent 850b060 commit 4e76cbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lint-test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
cache-dependency-path: |
2727
cosmo-router/plugins/users/go.sum
2828
go-version: 1.24
29+
- name: Install Protoc
30+
uses: arduino/setup-protoc@v3
31+
with:
32+
version: "29.3"
2933
- uses: ./.github/actions/go-setup-tools
3034
- name: Install dependencies
3135
run: npm install

0 commit comments

Comments
 (0)