From 1a3763c78c43a267ba3ba369219ba7c83da01591 Mon Sep 17 00:00:00 2001 From: superp00t Date: Tue, 15 Aug 2023 02:31:42 -0400 Subject: [PATCH] chore(build): get submodules recursively in Workflows --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index a7a4fdb..6f0eabf 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - submodules: true + submodules: recursive - name: Prepare run: mkdir build