File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178178 uses : actions/cache@v3
179179 with :
180180 path : |
181- $GITHUB_WORKSPACE/$ {{ env.JDKS_DIR }}/jdk${{ matrix.java_variant }}
181+ ${{ env.JDKS_DIR }}/jdk${{ matrix.java_variant }}
182182 key : jdk${{matrix.java_variant }}-amd64--${{ hashFiles('.github/workflows/cache_java.yml', '.github/scripts/java_setup.sh') }}
183183 - name : Setup OS
184184 if : steps.cache-jdk.outputs.cache-hit != 'true'
@@ -224,7 +224,7 @@ jobs:
224224 uses : actions/cache@v3
225225 with :
226226 path : |
227- $GITHUB_WORKSPACE/$ {{ env.JDKS_DIR }}/jdk${{ matrix.java_variant }}
227+ ${{ env.JDKS_DIR }}/jdk${{ matrix.java_variant }}
228228 key : jdk${{matrix.java_variant }}-amd64-musl--${{ hashFiles('.github/workflows/cache_java.yml') }}
229229 - name : Download SDKMAN! from Artifact
230230 if : steps.cache-jdk.outputs.cache-hit != 'true'
@@ -261,7 +261,7 @@ jobs:
261261 uses : actions/cache@v3
262262 with :
263263 path : |
264- $GITHUB_WORKSPACE/$ {{ env.JDKS_DIR }}/jdk${{ matrix.java_variant }}
264+ ${{ env.JDKS_DIR }}/jdk${{ matrix.java_variant }}
265265 key : jdk${{matrix.java_variant }}-aarch64--${{ hashFiles('.github/workflows/cache_java.yml') }}
266266 - name : Setup OS
267267 if : steps.cache-jdk.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments