From 9248238f9e07bdf1f25a5fd4cc6188b4ce0e68da Mon Sep 17 00:00:00 2001 From: Alexander Lerach Date: Fri, 14 Nov 2025 19:06:00 +0100 Subject: [PATCH] ci: fix flash-analysis sporadic fail --- .github/workflows/flash_analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/flash_analysis.yml b/.github/workflows/flash_analysis.yml index 143d54790c..7f126352ab 100644 --- a/.github/workflows/flash_analysis.yml +++ b/.github/workflows/flash_analysis.yml @@ -54,6 +54,7 @@ jobs: run: | make clean make distclean + make submodulesclean - name: If it's a PR checkout the base branch if: ${{ github.event.pull_request }}