We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df977db commit f9b2de4Copy full SHA for f9b2de4
.github/actions/runner_setup/action.yml
@@ -16,5 +16,5 @@ runs:
16
- name: Install awscli
17
shell: bash
18
run: |
19
- sudo apt-get update
20
- sudo apt-get install -y awscli
+ .github/retry.sh 3 10 sudo apt-get update
+ .github/retry.sh 3 10 sudo apt-get install -y awscli
0 commit comments