mirror of
http://43.153.184.91:8080/https://github.com/s4u/setup-maven-action.git
synced 2026-01-27 03:03:00 +08:00
Try again download maven
This commit is contained in:
parent
e3c826f8cc
commit
56cc41b90d
@ -87,6 +87,12 @@ runs:
|
||||
with:
|
||||
maven-version: '${{ inputs.maven-version }}'
|
||||
|
||||
# try again due to macOS timeouts
|
||||
- uses: stCarolas/setup-maven@v4.3
|
||||
if: failure()
|
||||
with:
|
||||
maven-version: '${{ inputs.maven-version }}'
|
||||
|
||||
- uses: s4u/maven-settings-action@v2.6.0
|
||||
with:
|
||||
servers: '${{ inputs.settings-servers}}'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user