Browse Source

删除验证缓存的代码,

dengdx 1 day ago
parent
commit
06d46a0c40
1 changed files with 0 additions and 8 deletions
  1. 0 8
      .github/workflows/build-linux-arm-appimage.yml

+ 0 - 8
.github/workflows/build-linux-arm-appimage.yml

@@ -109,14 +109,6 @@ jobs:
           restore-keys: |
             h5-build-${{ runner.os }}-
 
-      - name: 显示缓存状态
-        run: |
-          if [ "${{ steps.cache-h5-build.outputs.cache-hit }}" == "true" ]; then
-            echo "✅ H5 构建缓存命中,跳过构建"
-          else
-            echo "❌ H5 构建缓存未命中,需要重新构建"
-          fi
-        
       - name: 构建h5
         if: steps.cache-h5-build.outputs.cache-hit != 'true'
         run: node .build/h5_for_production.js