🌱 Workaround for Protoc failures in GH Actions (#2025)

Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
This commit is contained in:
Naveen 2022-07-06 13:22:06 -05:00 committed by GitHub
parent 3430f7833f
commit bc12ba6f78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: