From 12d78444b371c1334aadc912aed256e09d357632 Mon Sep 17 00:00:00 2001 From: fyears <1142836+fyears@users.noreply.github.com> Date: Sun, 20 Mar 2022 15:58:32 +0800 Subject: [PATCH] auto build add sub modules support --- .github/workflows/auto-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index e3a2e93..e6a64c7 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -30,6 +30,7 @@ jobs: uses: actions/checkout@v2 with: lfs: true + submodules: recursive - name: Checkout LFS run: git lfs checkout - name: Use Node.js ${{ matrix.node-version }}