Skip to content

Commit 2ac5fb4

Browse files
authored
Install protoc (#195)
1 parent e667357 commit 2ac5fb4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ jobs:
119119
PACKAGE: ckb-debugger_${{ github.event.release.tag_name }}_wasm32-wasip1
120120
steps:
121121
- uses: actions/checkout@v4
122+
- name: Install Protoc
123+
uses: arduino/setup-protoc@v3
122124
- name: Build
123125
run: |
124126
cd ckb-debugger
@@ -147,6 +149,8 @@ jobs:
147149
PACKAGE: ckb-debugger_${{ github.event.release.tag_name }}_x86_64-pc-windows-msvc
148150
steps:
149151
- uses: actions/checkout@v4
152+
- name: Install Protoc
153+
uses: arduino/setup-protoc@v3
150154
- name: Build
151155
run: cd ckb-debugger && cargo build --release
152156
- name: Archive files
@@ -169,6 +173,8 @@ jobs:
169173
runs-on: ubuntu-latest
170174
steps:
171175
- uses: actions/checkout@v4
176+
- name: Install Protoc
177+
uses: arduino/setup-protoc@v3
172178
- name: Publish
173179
run: |
174180
cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)