mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-07 10:38:51 +00:00
Cache ~/.m2 dir for GitHub builds.
This commit is contained in:
parent
dbf543b145
commit
235e98c036
6
.github/workflows/maven.yml
vendored
6
.github/workflows/maven.yml
vendored
@ -32,6 +32,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.2
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-maven-
|
||||
- name: Set up JDK ${{ matrix.java }}
|
||||
uses: actions/setup-java@v1.4.0
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user