Skip to content

Commit

Permalink
Install protoc before generating docs (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
pingsutw authored Apr 10, 2022
1 parent a4ea95f commit a89da70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flytetools/.github/workflows/go_generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
name: Go Generate
steps:
- uses: actions/checkout@v1
- uses: arduino/setup-protoc@v1
- uses: actions/setup-go@v2
with:
go-version: ${{ inputs.go-version }}
Expand Down

0 comments on commit a89da70

Please sign in to comment.