place the compilation cache in the temp dir

This commit is contained in:
erik-krogh
2022-11-29 10:40:54 +01:00
parent 0cd50aac40
commit 67e9841bf3

View File

@@ -58,4 +58,4 @@ runs:
echo "compdir=${COMBINED_CACHE_DIR}" >> $GITHUB_OUTPUT
env:
COMBINED_CACHE_DIR: ${{ github.workspace }}/compilation-dir
COMBINED_CACHE_DIR: ${{ runner.temp }}/compilation-dir