Skip to content

Commit 1a50604

Browse files
committed
Correct cache key in ci workflow
1 parent 92ba5d5 commit 1a50604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/cache@v1
4848
with:
4949
path: ~/.gradle/caches
50-
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle.kts') }}-${{ hashFiles('buildSrc/src/main/kotlin/Versions.kt') }}
50+
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle.kts') }} }}
5151
restore-keys: |
5252
${{ runner.os }}-gradle-caches-
5353

0 commit comments

Comments
 (0)