From 4cba0f003ea62fa1cc7a0c9b51f98711de907bd0 Mon Sep 17 00:00:00 2001 From: Lup Yuen Lee Date: Tue, 15 Oct 2024 16:37:18 +0800 Subject: [PATCH] Not ready to merge yet --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ddac491d9bc47..0773ca8f50acb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -201,6 +201,7 @@ jobs: done fi done + make distclean || true popd # Quit if the defconfig validation failed @@ -414,4 +415,4 @@ jobs: with: name: msvc-builds path: buildartifacts/ - continue-on-error: true \ No newline at end of file + continue-on-error: true