refactor: Add installation of protobuf compiler to Rust setup action
This commit is contained in:
5
.github/actions/setup-rust/action.yaml
vendored
5
.github/actions/setup-rust/action.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user