|
53 | 53 | submodules: recursive |
54 | 54 | fetch-depth: 0 |
55 | 55 | - run: git config --system --add safe.directory '*' |
56 | | - - run: c4core-install ${{matrix.cxx}} |
| 56 | + - run: | |
| 57 | + # retry if it fails |
| 58 | + c4core-install ${{matrix.cxx}} \ |
| 59 | + || c4core-install ${{matrix.cxx}} \ |
| 60 | + || c4core-install ${{matrix.cxx}} |
57 | 61 | - name: show info |
58 | 62 | run: source .github/setenv.sh && c4_show_info |
59 | 63 | - name: shared64-configure--------------------------------------------------- |
@@ -124,7 +128,11 @@ jobs: |
124 | 128 | submodules: recursive |
125 | 129 | fetch-depth: 0 |
126 | 130 | - run: git config --system --add safe.directory '*' |
127 | | - - run: c4core-install ${{matrix.cxx}} |
| 131 | + - run: | |
| 132 | + # retry if it fails |
| 133 | + c4core-install ${{matrix.cxx}} \ |
| 134 | + || c4core-install ${{matrix.cxx}} \ |
| 135 | + || c4core-install ${{matrix.cxx}} |
128 | 136 | - name: show info |
129 | 137 | run: source .github/setenv.sh && c4_show_info |
130 | 138 | - name: shared64-configure--------------------------------------------------- |
@@ -195,7 +203,11 @@ jobs: |
195 | 203 | submodules: recursive |
196 | 204 | fetch-depth: 0 |
197 | 205 | - run: git config --system --add safe.directory '*' |
198 | | - - run: c4core-install ${{matrix.cxx}} |
| 206 | + - run: | |
| 207 | + # retry if it fails |
| 208 | + c4core-install ${{matrix.cxx}} \ |
| 209 | + || c4core-install ${{matrix.cxx}} \ |
| 210 | + || c4core-install ${{matrix.cxx}} |
199 | 211 | - name: show info |
200 | 212 | run: source .github/setenv.sh && c4_show_info |
201 | 213 | - name: shared64-configure--------------------------------------------------- |
@@ -266,7 +278,11 @@ jobs: |
266 | 278 | submodules: recursive |
267 | 279 | fetch-depth: 0 |
268 | 280 | - run: git config --system --add safe.directory '*' |
269 | | - - run: c4core-install ${{matrix.cxx}} |
| 281 | + - run: | |
| 282 | + # retry if it fails |
| 283 | + c4core-install ${{matrix.cxx}} \ |
| 284 | + || c4core-install ${{matrix.cxx}} \ |
| 285 | + || c4core-install ${{matrix.cxx}} |
270 | 286 | - name: show info |
271 | 287 | run: source .github/setenv.sh && c4_show_info |
272 | 288 | - name: shared64-configure--------------------------------------------------- |
@@ -788,7 +804,11 @@ jobs: |
788 | 804 | submodules: recursive |
789 | 805 | fetch-depth: 0 |
790 | 806 | - run: git config --system --add safe.directory '*' |
791 | | - - run: c4core-install ${{matrix.cxx}} |
| 807 | + - run: | |
| 808 | + # retry if it fails |
| 809 | + c4core-install ${{matrix.cxx}} \ |
| 810 | + || c4core-install ${{matrix.cxx}} \ |
| 811 | + || c4core-install ${{matrix.cxx}} |
792 | 812 | - name: show info |
793 | 813 | run: source .github/setenv.sh && c4_show_info |
794 | 814 | - name: shared64-configure--------------------------------------------------- |
|
0 commit comments