Skip to content

Commit 6d2b6fa

Browse files
committed
Added the base dir for the ccache
1 parent 63944da commit 6d2b6fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-riscv-native.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ jobs:
2828
run: |
2929
export CCACHE_LOGFILE=/home/runneruser/ccache_debug/ccache.log
3030
export CCACHE_DEBUGDIR="/home/runneruser/ccache_debug"
31+
echo "$GITHUB_WORKSPACE"
3132
echo "CCACHE_LOGFILE=$CCACHE_LOGFILE" >> $GITHUB_ENV
3233
echo "CCACHE_DEBUGDIR=$CCACHE_DEBUGDIR" >> $GITHUB_ENV
34+
echo "CCACHE_BASEDIR=$GITHUB_WORKSPACE" >> $GITHUB_ENV
3335
3436
- name: Setup ccache
3537
run: |

0 commit comments

Comments
 (0)