We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd50aa commit 67e9841Copy full SHA for 67e9841
.github/actions/cache-query-compilation/action.yml
@@ -58,4 +58,4 @@ runs:
58
59
echo "compdir=${COMBINED_CACHE_DIR}" >> $GITHUB_OUTPUT
60
env:
61
- COMBINED_CACHE_DIR: ${{ github.workspace }}/compilation-dir
+ COMBINED_CACHE_DIR: ${{ runner.temp }}/compilation-dir
0 commit comments