mirror of
http://43.153.184.91:8080/https://github.com/s4u/setup-maven-action.git
synced 2026-01-27 11:13:00 +08:00
Merge pull request #34 from s4u/re-run-maven-download
Try again download maven
This commit is contained in:
commit
b53dd2825a
@ -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