Skip to content

Commit fc7a4eb

Browse files
Copilotfranz1981
andcommitted
Fix Maven cache path for container job
Co-authored-by: franz1981 <13125299+franz1981@users.noreply.github.com>
1 parent 6225052 commit fc7a4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/loom-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Cache Maven packages
3333
uses: actions/cache@v5
3434
with:
35-
path: ~/.m2
35+
path: /github/home/.m2
3636
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
3737
restore-keys: ${{ runner.os }}-m2
3838

0 commit comments

Comments
 (0)