Skip to content

Commit

Permalink
Merge 55eb62e into 4f461af
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Nov 13, 2020
2 parents 4f461af + 55eb62e commit a2abe8e
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 a2abe8e

Please sign in to comment.