Skip to content

Commit 885d635

Browse files
committed
ci: Fix cache paths
Signed-off-by: MSDNicrosoft <wang3311835119@hotmail.com>
1 parent 067b8f5 commit 885d635

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/Build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,17 @@ jobs:
3131
with:
3232
path: |
3333
~/.gradle/caches
34-
~/.gradle/loom-cache
34+
./.gradle/loom-cache
3535
~/.gradle/wrapper
3636
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
3737
restore-keys: |
3838
${{ runner.os }}-gradle-
39+
3940
- name: Configuration git
4041
run: |
4142
git config core.filemode false
4243
43-
- name: Gradle executable property additions
44+
- name: Grant execute permission for gradlew
4445
run: chmod +x gradlew
4546

4647
- name: Preprocess resources

0 commit comments

Comments
 (0)