Explorar o código

fix(action): comment out CCACHE_DIR echo statement in build workflow

TheWildJames hai 4 meses
pai
achega
1e4c4b0173
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .github/workflows/build.yml

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

@@ -281,9 +281,9 @@ jobs:
         #ccache -z
         
         echo "✅ Build environment ready"
-        echo "   CCACHE_DIR: $CCACHE_DIR"
+        #echo "   CCACHE_DIR: $CCACHE_DIR"
         #echo "   LDCACHE_DIR: $LDCACHE_DIR"
-        
+
     - name: Restore build caches (ccache)
       id: restore-ccache
       uses: ./.github/actions/restore-cache