Răsfoiți Sursa

fix(action): correct echo formatting in ccache setup step

TheWildJames 4 luni în urmă
părinte
comite
2587de3973
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .github/actions/cache-setup/action.yml

+ 1 - 1
.github/actions/cache-setup/action.yml

@@ -87,7 +87,7 @@ runs:
         echo "=== ccache config ==="
         echo "====================="
         ccache -p
-        echo "=====================
+        echo "====================="
 
         echo "✅ ccache ready"
         echo "CCACHE_DIR: $CCACHE_DIR"