Skip to content

Commit

Permalink
tests: use setup-protoc bugfix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Nov 13, 2020
1 parent 4f461af commit 55eb62e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ jobs:
node-version: 10.x

- name: Set up protoc
uses: arduino/setup-protoc@7ad700d
# TODO: switch back to arduino/setup-protoc after the pagination fix lands:
# https://github.com/arduino/setup-protoc/pull/9
uses: solo-io/setup-protoc@1f5d8b5
with:
version: '3.7.1'
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 55eb62e

Please sign in to comment.