Skip to content

Commit

Permalink
Install protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
leeavital committed Jan 4, 2024
1 parent 3629506 commit 4706488
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ jobs:
uses: "actions/setup-go@v4"
with:
go-version: "1.21.5"
- name: Install Protoc
uses: arduino/setup-protoc@v2
- name: build
run: go build -v ./...

- name: run codegen and check
run: ./run



0 comments on commit 4706488

Please sign in to comment.