Skip to content

Commit 99ae420

Browse files
authored
Return default Maven cache
1 parent 18f1d2f commit 99ae420

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ubuntu-master.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ jobs:
2020
with:
2121
distribution: 'zulu'
2222
java-version: '8'
23-
- name: Cache Maven packages
24-
uses: actions/cache@v3
25-
with:
26-
path: ~/.m2
27-
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
28-
restore-keys: ${{ runner.os }}-m2
23+
cache: 'maven'
2924
- name: Build with Maven
3025
env:
3126
TARANTOOL_SERVER_USER: root

0 commit comments

Comments
 (0)