mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-12 22:21:32 +01:00
Fix error
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
3d5142d6ad
commit
63514041f6
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -27,8 +27,8 @@ jobs:
|
|||||||
- name: build
|
- name: build
|
||||||
uses: nick-fields/retry@v2
|
uses: nick-fields/retry@v2
|
||||||
with:
|
with:
|
||||||
timeout_seconds: 20
|
retry_wait_seconds: 40
|
||||||
max_attempts: 5
|
max_attempts: 3
|
||||||
retry_on: error
|
retry_on: error
|
||||||
command: make base
|
command: make base
|
||||||
|
|
||||||
@ -864,8 +864,8 @@ jobs:
|
|||||||
- name: build
|
- name: build
|
||||||
uses: nick-fields/retry@v2
|
uses: nick-fields/retry@v2
|
||||||
with:
|
with:
|
||||||
timeout_seconds: 20
|
retry_wait_seconds: 20
|
||||||
max_attempts: 5
|
max_attempts: 3
|
||||||
retry_on: error
|
retry_on: error
|
||||||
command: make ${{ matrix.arch_name.image }}
|
command: make ${{ matrix.arch_name.image }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user