fix: install protoc for release preparation (#38)

pull/370/head
zijiren 2 months ago committed by GitHub
parent 831c0e89a7
commit bec18dcfa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -30,6 +30,9 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v4
- name: Install protobuf compiler
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
- name: Normalize release version
id: version
shell: bash

Loading…
Cancel
Save