From 03c3619a6dbbd619cce99fd1d4634a09f1c7ce14 Mon Sep 17 00:00:00 2001 From: ssojungg Date: Wed, 17 Jan 2024 21:54:32 +0900 Subject: [PATCH] fix --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b63172..79b7daf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + submodules: "recursive" - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: