From 74637d115d5766e7bf2fe2f7f82cea20db7a7bcd Mon Sep 17 00:00:00 2001 From: valdis iljuconoks Date: Sun, 18 Feb 2024 19:05:53 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 702816c..ebbadec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis + submodules: recursive - name: Cache SonarCloud packages uses: actions/cache@v3 with: