PR feedback: use instead of duplicating path

pull/10991/head
Paul Adelsbach 2026-08-04 12:06:11 -07:00
parent a192af8ff9
commit 1c9ebe1af6
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ runs:
CCACHE_LIBEXEC="/usr/lib/ccache"
fi
echo "$CCACHE_LIBEXEC" >> "$GITHUB_PATH"
echo "CCACHE_DIR=$HOME/.ccache" >> "$GITHUB_ENV"
echo "CCACHE_DIR=$CCACHE_DIR" >> "$GITHUB_ENV"
# On the scheduled (cron) refresh, force every compile to miss the
# cache and re-store a fresh result (CCACHE_RECACHE still writes, it