From 25d607accafd355157e7fba081400e57fd863322 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Thu, 6 Jan 2022 19:00:50 +0800 Subject: [PATCH] ci: also checkout submodules --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15ea051d..fe5459a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,9 @@ jobs: os: ubuntu-latest name: Node ${{ matrix.node-version }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 + with: + submodules: 'recursive' - uses: pnpm/action-setup@v2.0.1 with: version: 6 -- 2.39.5