We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4310e48 commit 3879005Copy full SHA for 3879005
1 file changed
.github/workflows/fastbuild_6.6.66.yml
@@ -527,6 +527,7 @@ jobs:
527
528
export CCACHE_LOGFILE="${{ github.workspace }}/kernel_workspace/ccache.log"
529
export CCACHE_COMPILERCHECK="%compiler% -dumpmachine; %compiler% -dumpversion"
530
+ export CCACHE_BASEDIR="${{ github.workspace }}"
531
export CCACHE_NOHASHDIR="true"
532
export CCACHE_HARDLINK="true"
533
export CCACHE_DIR="${{ env.CCACHE_DIR }}"
0 commit comments