refactor: Add installation of protobuf compiler to Rust setup action

This commit is contained in:
GW_MC
2026-04-11 09:11:24 +00:00
parent 84808832dd
commit 50f17fd69b
2 changed files with 5 additions and 10 deletions

View File

@@ -64,3 +64,8 @@ runs:
toolchain: ${{ inputs.toolchain }}
override: ${{ inputs.override }}
components: ${{ inputs.components }}
- name: install protobuf compiler
run: |
apt-get update
apt-get install -y protobuf-compiler