We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf62a48 commit 98be298Copy full SHA for 98be298
1 file changed
.github/workflows/main.yml
@@ -714,8 +714,11 @@ jobs:
714
with:
715
mpi: msmpi
716
- name: Download dependencies
717
- run: |
718
- choco install openssl --execution-timeout 6000
+ uses: nick-fields/retry@v3
+ with:
719
+ timeout_minutes: 60
720
+ max_attempts: 3
721
+ command: choco install openssl --execution-timeout 3600
722
- name: Setup ccache
723
uses: Chocobo1/setup-ccache-action@v1
724
@@ -772,8 +775,11 @@ jobs:
772
775
773
776
774
777
778
779
780
781
782
783
784
785
0 commit comments