Skip to content

Commit

Permalink
Add protobuf compiler installation to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun-m committed May 30, 2024
1 parent 06874a8 commit 9db4721
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ jobs:
with:
go-version: "1.21"

- name: Install Protoc
uses: arduino/setup-protoc@v3

- name: Cache Go modules
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 9db4721

Please sign in to comment.