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:
714714 with :
715715 mpi : msmpi
716716 - 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
719722 - name : Setup ccache
720723 uses : Chocobo1/setup-ccache-action@v1
721724 with :
@@ -772,8 +775,11 @@ jobs:
772775 with :
773776 mpi : msmpi
774777 - 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
777783 - name : Setup ccache
778784 uses : Chocobo1/setup-ccache-action@v1
779785 with :
You can’t perform that action at this time.
0 commit comments