We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8028490 commit ac2c367Copy full SHA for ac2c367
.github/workflows/bench-test.yaml
@@ -25,7 +25,12 @@ jobs:
25
]
26
steps:
27
- name: clone repo
28
- run: git clone https://gitee.com/openharmony/${{ matrix.project }}.git
+ uses: nick-fields/retry@v3
29
+ with:
30
+ timeout_seconds: 15
31
+ max_attempts: 3
32
+ retry_on: error
33
+ command: git clone https://gitee.com/openharmony/${{ matrix.project }}.git
34
35
- name: install dylint
36
run: cargo install cargo-dylint dylint-link
0 commit comments