ci: Simplify cache paths

This commit is contained in:
oSumAtrIX
2023-11-22 00:11:17 +01:00
parent ed8ab35d60
commit 143c13b175

View File

@@ -28,8 +28,8 @@ jobs:
uses: actions/cache@v3 uses: actions/cache@v3
with: with:
path: | path: |
${{ runner.home }}/.gradle/caches ~/.gradle/caches
${{ runner.home }}/.gradle/wrapper ~/.gradle/wrapper
.gradle .gradle
build build
node_modules node_modules