From 3a5dbf3960b5b47d00ddb55571e317e15d916371 Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Sun, 15 Dec 2024 20:01:59 +0300 Subject: [PATCH] Update static_analysis.yml --- .github/workflows/static_analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index 7a0b4941fbcc..e4cc8f1b25fd 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 5 - submodules: false + submodules: true - name: Setup and run tests shell: bash run: |