From 61fa90ac5bb54e9972b9eac0c3b2e8d7f0b08562 Mon Sep 17 00:00:00 2001 From: Benedikt Galbavy Date: Mon, 27 May 2024 13:17:34 +0200 Subject: [PATCH] ghaction added recursive checkout of submodules --- .github/workflows/cpp-linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp-linter.yaml b/.github/workflows/cpp-linter.yaml index 002e0f3..ad9fb04 100644 --- a/.github/workflows/cpp-linter.yaml +++ b/.github/workflows/cpp-linter.yaml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - submodules: 'true' + submodules: 'recursive' - name: Generate compile-commands uses: threeal/cmake-action@main with: