Skip to content

Commit 18f1d2f

Browse files
authored
Update ubuntu-master.yml
1 parent f9a4327 commit 18f1d2f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ubuntu-master.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ jobs:
2020
with:
2121
distribution: 'zulu'
2222
java-version: '8'
23-
cache: 'maven'
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
2429
- name: Build with Maven
2530
env:
2631
TARANTOOL_SERVER_USER: root

0 commit comments

Comments
 (0)