mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
place the compilation cache in the temp dir
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user