Explorar o código

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

TheWildJames hai 4 meses
pai
achega
db7afe84a7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)"