From 77917fdc9170abef5c16d5757526e320a74867cb Mon Sep 17 00:00:00 2001 From: Hans Date: Wed, 24 Apr 2024 12:02:38 +0800 Subject: [PATCH] Enable checkout submodules --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6086e8..d6f7035 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + submodules: 'true' - uses: actions/setup-node@v4.0.2 with: node-version: 20