Fix error

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2022-05-19 01:20:36 +02:00
parent 3d5142d6ad
commit 63514041f6

View File

@ -27,8 +27,8 @@ jobs:
- name: build
uses: nick-fields/retry@v2
with:
timeout_seconds: 20
max_attempts: 5
retry_wait_seconds: 40
max_attempts: 3
retry_on: error
command: make base
@ -864,8 +864,8 @@ jobs:
- name: build
uses: nick-fields/retry@v2
with:
timeout_seconds: 20
max_attempts: 5
retry_wait_seconds: 20
max_attempts: 3
retry_on: error
command: make ${{ matrix.arch_name.image }}