File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,11 +63,10 @@ jobs:
6363 steps :
6464 - uses : actions/checkout@v4
6565 - name : install dependencies
66- uses : nick-fields/retry@v3
66+ uses : nick-fields/retry@v4.0.0
6767 with :
6868 timeout_minutes : 20
6969 max_attempts : 3
70- retry_on : error
7170 command : |
7271 sudo apt-get update -qq
7372 sudo apt-get install -y libgmp-dev valgrind libtool-bin clang-tools lcov ruby clang
@@ -117,11 +116,10 @@ jobs:
117116 steps :
118117 - uses : actions/checkout@v4
119118 - name : install dependencies
120- uses : nick-fields/retry@v3
119+ uses : nick-fields/retry@v4.0.0
121120 with :
122- timeout_minutes : 5
121+ timeout_minutes : 20
123122 max_attempts : 3
124- retry_on : error
125123 command : |
126124 sudo apt-get update -qq
127125 sudo apt-get remove -y libtommath1
@@ -149,11 +147,10 @@ jobs:
149147 steps :
150148 - uses : actions/checkout@v4
151149 - name : install dependencies
152- uses : nick-fields/retry@v3
150+ uses : nick-fields/retry@v4.0.0
153151 with :
154- timeout_minutes : 5
152+ timeout_minutes : 20
155153 max_attempts : 3
156- retry_on : error
157154 command : |
158155 sudo apt-get update -qq
159156 sudo apt-get remove -y libtommath1
You can’t perform that action at this time.
0 commit comments