Skip to content

Commit 9167dbc

Browse files
author
Vladimir Kotal
committed
enable Maven cache for Windows too
1 parent d7c328a commit 9167dbc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ jobs:
5757
uses: actions/setup-java@v1
5858
with:
5959
java-version: 11
60+
- name: Cache Maven packages
61+
uses: actions/cache@v2
62+
with:
63+
path: ~/.m2
64+
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
65+
restore-keys: ${{ runner.os }}-m2
6066
- name: Install Universal ctags
6167
run: choco install universal-ctags
6268
- name: Install Subversion

0 commit comments

Comments
 (0)