Skip to content

Commit f9b2de4

Browse files
committed
retry awscli install
1 parent df977db commit f9b2de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/runner_setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ runs:
1616
- name: Install awscli
1717
shell: bash
1818
run: |
19-
sudo apt-get update
20-
sudo apt-get install -y awscli
19+
.github/retry.sh 3 10 sudo apt-get update
20+
.github/retry.sh 3 10 sudo apt-get install -y awscli

0 commit comments

Comments
 (0)