You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/lint_hosted.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ jobs:
91
91
run: bash .github/scripts/install_aocc
92
92
93
93
- name: Install AOMP
94
-
run: bash .github/scripts/install_aomp
94
+
run: bash .github/scripts/install_aomp 20 600 # Retry up to 20 times with a delay of 600 seconds (10 minutes) between retries, to avoid transient network issues.
Copy file name to clipboardExpand all lines: .github/workflows/test_aflang.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ jobs:
66
66
run: bash .github/scripts/misc_setup
67
67
68
68
- name: Install AOMP
69
-
run: bash .github/scripts/install_aomp
69
+
run: bash .github/scripts/install_aomp 20 600 # Retry up to 20 times with a delay of 600 seconds (10 minutes) between retries, to avoid transient network issues.
0 commit comments