Skip to content

Commit

Permalink
update setup-protoc from v1 to v3 (#1175)
Browse files Browse the repository at this point in the history
* update setup-protoc from v1 to v3

* will this work

* set patch version

* v2

* can you use brew commands in makefile

* move brew install to yml
  • Loading branch information
charliecruzan-stripe committed Apr 26, 2024
1 parent 98ddf23 commit 845273f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ jobs:
uses: actions/checkout@v2
- name: Run Setup
run: make setup
- name: install diffutils
if: runner.os == 'macOS'
run: brew install diffutils
- name: Install protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install protoc deps
Expand Down

0 comments on commit 845273f

Please sign in to comment.