small refactor to ci caching

This commit is contained in:
2026-01-17 12:38:20 +01:00
parent 17ff49ce0c
commit 3e769fe4d0

View File

@@ -19,7 +19,7 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
key: gradle-${{ hashFiles('**/libs.versions.toml') }} key: gradle-${{ hashFiles('**/libs.versions.toml') }}
restore-keys: gradle- restore-keys: gradle
path: | path: |
~/.gradle/caches/ ~/.gradle/caches/
~/.gradle/wrapper/ ~/.gradle/wrapper/
@@ -28,7 +28,7 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
key: konan-${{ hashFiles('**/libs.versions.toml') }} key: konan-${{ hashFiles('**/libs.versions.toml') }}
restore-keys: konan- restore-keys: konan
path: | path: |
~/.konan/ ~/.konan/
@@ -36,7 +36,7 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
key: node-${{ hashFiles('**/libs.versions.toml') }} key: node-${{ hashFiles('**/libs.versions.toml') }}
restore-keys: node- restore-keys: node
path: | path: |
~/.gradle/nodejs ~/.gradle/nodejs
~/.gradle/yarn ~/.gradle/yarn