mirror of https://github.com/apache/openjpa.git
hard code key cache
This commit is contained in:
parent
6ec962f14f
commit
c97bb58a35
|
@ -36,8 +36,8 @@ jobs:
|
|||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.m2
|
||||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
|
||||
restore-keys: ${{ runner.os }}-m2
|
||||
key: 'cache'
|
||||
restore-keys: 'cache'
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
- name: Remove Snapshots Before Caching
|
||||
|
|
Loading…
Reference in New Issue