We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec91e1c commit 21f4425Copy full SHA for 21f4425
.github/workflows/reusable-ubuntu.yml
@@ -34,9 +34,12 @@ jobs:
34
PYTHONSTRICTEXTENSIONBUILD: 1
35
TERM: linux
36
steps:
37
- - uses: actions/checkout@v4
+ - uses: Wandalen/wretry.action@master
38
with:
39
- persist-credentials: false
+ action: actions/checkout@v4
40
+ attempt_limit: 3
41
+ with: |
42
+ persist-credentials: false
43
- name: Register gcc problem matcher
44
run: echo "::add-matcher::.github/problem-matchers/gcc.json"
45
- name: Install dependencies
0 commit comments