Skip to content

Commit 2b024e0

Browse files
committed
feat: add protoc setup
1 parent 6bdbc65 commit 2b024e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
submodules: 'recursive'
19+
- name: Install Protoc
20+
uses: arduino/setup-protoc@v3
1921
- name: Build
2022
run: cargo build --verbose
2123
- name: Run tests

0 commit comments

Comments
 (0)