Skip to content

Commit

Permalink
Install protoc in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclement committed May 11, 2023
1 parent aaa44d1 commit 74f71ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v3

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

- uses: actions/cache@v3
with:
path: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
os: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Protoc
uses: arduino/setup-protoc@v1

- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit 74f71ca

Please sign in to comment.