Skip to content

Commit e52426c

Browse files
author
luoqiz
committed
fix: github action
1 parent 28267c1 commit e52426c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ jobs:
6565
with:
6666
node-version: lts/*
6767

68+
# 安装 Protoc
69+
- name: Install Protoc
70+
uses: arduino/setup-protoc@v3
71+
with:
72+
version: "22.2"
73+
6874
# 安装 Rust
6975
- name: Install Rust stable
7076
uses: dtolnay/rust-toolchain@stable
@@ -90,4 +96,4 @@ jobs:
9096
releaseDraft: false
9197
prerelease: false
9298
args: ${{ matrix.args }}
93-
# releaseId: ${{ needs.create-release.outputs.RELEASE_UPLOAD_ID }}
99+
# releaseId: ${{ needs.create-release.outputs.RELEASE_UPLOAD_ID }}

0 commit comments

Comments
 (0)