mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-10 18:25:17 +00:00
12 lines
402 B
YAML
12 lines
402 B
YAML
runs:
|
|
using: "composite"
|
|
steps:
|
|
- name: Install Protoc
|
|
uses: trail-of-forks/setup-protoc@a97892a429d98fae78d26f40334ab7eb616d08b9 # include https://github.com/arduino/setup-protoc/pull/58
|
|
with:
|
|
version: '21.12'
|
|
repo-token: ${{ github.token }}
|
|
- name: Install Protobuf compiler
|
|
shell: bash
|
|
run: go install google.golang.org/protobuf/cmd/protoc-gen-go
|