Commit c19e6a7
committed
CI: Retry build up to three times in KMP workflow
This commit updates the `kmp.yml` GitHub Actions workflow to add a retry mechanism for the build step.
The build process will now be attempted up to three times upon failure. This is intended to mitigate intermittent build issues. The step names have been updated to reflect the attempt number (e.g., "Build (1st attempt)").1 parent 2b0a257 commit c19e6a7
1 file changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| |||
111 | 116 | | |
112 | 117 | | |
113 | 118 | | |
114 | | - | |
| 119 | + | |
0 commit comments