Skip to content

Commit 9fae0b7

Browse files
authored
Update ffi.build.yml
1 parent 2ca2569 commit 9fae0b7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ffi.build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ jobs:
1818
uses: actions-rust-lang/setup-rust-toolchain@v1
1919
with:
2020
toolchain: stable
21-
21+
- name: Install protoc
22+
uses: arduino/setup-protoc@v1
23+
with:
24+
version: '3.20.1' # 你可以选择需要的版本
25+
repo-token: ${{ secrets.GITHUB_TOKEN }}
26+
2227
- name: Cache dependencies
2328
uses: actions/cache@v3
2429
with:

0 commit comments

Comments
 (0)