File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -714,8 +714,11 @@ jobs:
714
714
with :
715
715
mpi : msmpi
716
716
- name : Download dependencies
717
- run : |
718
- choco install openssl --execution-timeout 6000
717
+ uses : nick-fields/retry@v3
718
+ with :
719
+ timeout_minutes : 60
720
+ max_attempts : 3
721
+ command : choco install openssl --execution-timeout 3600
719
722
- name : Setup ccache
720
723
uses : Chocobo1/setup-ccache-action@v1
721
724
with :
@@ -772,8 +775,11 @@ jobs:
772
775
with :
773
776
mpi : msmpi
774
777
- name : Download dependencies
775
- run : |
776
- choco install openssl --execution-timeout 6000
778
+ uses : nick-fields/retry@v3
779
+ with :
780
+ timeout_minutes : 60
781
+ max_attempts : 3
782
+ command : choco install openssl --execution-timeout 3600
777
783
- name : Setup ccache
778
784
uses : Chocobo1/setup-ccache-action@v1
779
785
with :
You can’t perform that action at this time.
0 commit comments