File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments