Skip to content

Commit c5811fb

Browse files
committed
try to resolve issue installing awscli
1 parent f0c65d7 commit c5811fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/runner_setup/action.yml

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

0 commit comments

Comments
 (0)