From 420e5ab0d25b8dad843ba8bb79d105d9f46f9df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ACT=E4=B8=B6=E6=B5=81=E6=98=9F=E9=9B=A8?= <1340145680@qq.com> Date: Sun, 5 Apr 2026 12:19:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E4=BE=9D=E8=B5=96=E7=BC=93?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/debug.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index dac2275..66603bc 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -37,15 +37,7 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} - - name: 缓存依赖 - uses: actions/cache@v4 - id: cache - with: - path: node_modules - key: windows-${{ matrix.arch }}-modules-${{ hashFiles('yarn.lock') }} - - name: 安装依赖 - if: steps.cache.outputs.cache-hit != 'true' run: yarn install --frozen-lockfile env: npm_config_arch: ${{ matrix.arch }} @@ -87,15 +79,7 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} - - name: 缓存依赖 - uses: actions/cache@v4 - id: cache - with: - path: node_modules - key: macos-${{ matrix.arch }}-modules-${{ hashFiles('yarn.lock') }} - - name: 安装依赖 - if: steps.cache.outputs.cache-hit != 'true' run: yarn install --frozen-lockfile env: npm_config_arch: ${{ matrix.arch }} @@ -134,7 +118,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ env.NODE_VERSION }} - cache: "yarn" - name: 安装依赖 run: yarn install --frozen-lockfile