Browse Source

fix(action): update CCACHE_DIR path for accurate cache size reporting in build workflow

TheWildJames 4 months ago
parent
commit
db7afe84a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -424,7 +424,7 @@ jobs:
         set -euo pipefail
         echo "📊 Cache sizes after build:"
         echo "   CCACHE usage:"
-        du -sh "$CCACHE_DIR" || echo "   (no ccache directory)"
+        du -sh "/home/runner/.ccache" || echo "   (no ccache directory)"
         #echo "   LDCACHE usage:"
         #du -sh "$LDCACHE_DIR" || echo "   (no ldcache directory)"