From 30a03e0ab9200945f810e1c1ae46b402a6c0119f Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Sat, 28 Dec 2024 14:00:20 -0800 Subject: [PATCH] Update .github/workflows/ci.yml --- .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 4567035ecb..37ef28881d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - submodules: true + submodules: recursive - name: Cache CMake build directory uses: actions/cache@v4 with: