mirror of
https://github.com/actions/setup-java.git
synced 2025-04-19 17:36:45 +00:00
.
This commit is contained in:
parent
01b68e40d9
commit
764bc339b3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
|
@ -32,8 +32,8 @@ jobs:
|
|||
run: mv "${{ runner.tool_cache }}" "${{ runner.tool_cache }}.old"
|
||||
- run: |
|
||||
printenv|sort
|
||||
- name: Clear local maven repository
|
||||
run: mv "~/.m2/repository" "~/.m2/repository.bak" && mkdir ~/.m2/repository
|
||||
# - name: Clear local maven repository
|
||||
# run: mv "~/.m2/repository" "~/.m2/repository.bak" && mkdir ~/.m2/repository
|
||||
- name: Setup java 7
|
||||
uses: ./
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue