Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 66e08db

Browse files
authored
CI: Install build deps before publish (#7216)
#### Problem The publish step can fail because the protobuf compiler is missing. #### Summary of changes Install build deps during publish step
1 parent f33d98d commit 66e08db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ jobs:
153153
with:
154154
toolchain: ${{ env.RUST_STABLE }}
155155

156+
- name: Install dependencies
157+
run: ./ci/install-build-deps.sh
158+
156159
- uses: actions/cache@v4
157160
with:
158161
path: |

0 commit comments

Comments
 (0)