Skip to content

Commit 67e9841

Browse files
committed
place the compilation cache in the temp dir
1 parent 0cd50aa commit 67e9841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/cache-query-compilation/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ runs:
5858
5959
echo "compdir=${COMBINED_CACHE_DIR}" >> $GITHUB_OUTPUT
6060
env:
61-
COMBINED_CACHE_DIR: ${{ github.workspace }}/compilation-dir
61+
COMBINED_CACHE_DIR: ${{ runner.temp }}/compilation-dir

0 commit comments

Comments
 (0)