From 8d7eee03006c07917b9b7a9cc06b9f2f2eb9f14b Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 3 Mar 2021 05:29:48 -0500 Subject: [PATCH] CI: Recursive submodule checkout --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c402fadd3b..ec9f3bf76a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - submodules: true + submodules: recursive - name: Install Node uses: actions/setup-node@v1