Skip to content

Adding go protobuf generator to github action #5

Adding go protobuf generator to github action

Adding go protobuf generator to github action #5

Workflow file for this run

name: Main Workflow
on: push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: Installing protoc-gen-go
run: |
go install github.com/golang/protobuf/protoc-gen-go
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc
- name: Checkout BLAST
uses: actions/checkout@v4
- name: Build All
run: ./build.sh