mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-14 23:19:25 +02:00
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -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 }}
|
||||
|
||||
|
Reference in New Issue
Block a user