mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 08:24:25 +01:00
Remove retry from CI
Remove retry from CI Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
228e4c18cc
commit
91ecbfe91e
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: build
|
||||
run: for i in {1..3}; do make base && break || sleep 30; done
|
||||
run: make base
|
||||
|
||||
- name: test
|
||||
run: make base.test
|
||||
@ -857,7 +857,7 @@ jobs:
|
||||
run: xz -d -k < ./cache/base.tar.xz | docker load
|
||||
|
||||
- name: build
|
||||
run: for i in {1..3}; do make ${{ matrix.arch_name.image }} && break || sleep 30; done
|
||||
run: make ${{ matrix.arch_name.image }}
|
||||
|
||||
- name: basic test
|
||||
run: make ${{ matrix.arch_name.image }}.test
|
||||
|
Loading…
Reference in New Issue
Block a user