Skip to content

Commit

Permalink
🌱 Workaround for Protoc failures in GH Actions (#2025)
Browse files Browse the repository at this point in the history
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
  • Loading branch information
naveensrinivasan committed Jul 6, 2022
1 parent 3430f78 commit bc12ba6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Sleep
run: sleep 10m # This is workaround to avoid the action failures for installing the protoc
shell: bash

- name: Install Protoc
uses: arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3 # v1.1.2
with:
Expand Down

0 comments on commit bc12ba6

Please sign in to comment.