From 19cda8824803b173d2143aa55be344a4de422489 Mon Sep 17 00:00:00 2001 From: YHH <359807859@qq.com> Date: Fri, 18 Jul 2025 15:11:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=AD=90=E6=A8=A1=E5=9D=97CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed1cd60a..cd39cb36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - with: - submodules: recursive - name: Setup Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 @@ -48,8 +46,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - with: - submodules: recursive - name: Setup Node.js uses: actions/setup-node@v4