Skip to content

Commit ee7c4b5

Browse files
committed
[ci] Fix hash file.
1 parent 4bda887 commit ee7c4b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jvm_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ jobs:
149149
uses: actions/cache@v4
150150
with:
151151
path: ~/.m2
152-
key: ${{ runner.os }}-m2-${{ hashFiles('./jvm-packages/pom.xml') }}
153-
restore-keys: ${{ runner.os }}-m2-${{ hashFiles('./jvm-packages/pom.xml') }}
152+
key: ${{ runner.os }}-m2-${{ hashFiles('jvm-packages/pom.xml') }}
153+
restore-keys: ${{ runner.os }}-m2-${{ hashFiles('jvm-packages/pom.xml') }}
154154
- name: Test XGBoost4J (Core) on macos
155155
if: matrix.os == 'macos-15-intel'
156156
run: |

0 commit comments

Comments
 (0)