ci: Simplify cache paths

This commit is contained in:
oSumAtrIX
2023-11-22 00:11:18 +01:00
parent ec1fbdf2ae
commit 17418d4b9c

View File

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