From c140b9425a32754fba6c463da8c098dccb69ff89 Mon Sep 17 00:00:00 2001 From: dcvz Date: Fri, 17 May 2024 08:42:55 +0200 Subject: [PATCH] Recursive subdmodule checkout --- .github/workflows/validate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 42da1b6..f6da57d 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - submodules: true + submodules: recursive - name: ccache uses: hendrikmuhs/ccache-action@v1.2 with: @@ -87,7 +87,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - submodules: true + submodules: recursive - name: ccache uses: hendrikmuhs/ccache-action@v1.2 with: