Skip to content

Commit

Permalink
Add back proto installation
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Jan 8, 2024
1 parent 60f9d00 commit d57a008
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/actions/setup-turborepo-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@ runs:
cache-key: ${{ inputs.target }}
save-cache: true

- name: Set Up Protoc
id: set-up-protoc
continue-on-error: true
uses: arduino/[email protected]
with:
version: "3.x"
repo-token: ${{ inputs.github-token }}

- name: Set Up Protoc (second try)
if: steps.set-up-protoc.outcome == 'failure'
uses: arduino/[email protected]
with:
version: "3.x"
repo-token: ${{ inputs.github-token }}

- name: "Setup capnproto"
uses: ./.github/actions/setup-capnproto

Expand Down

0 comments on commit d57a008

Please sign in to comment.