diff --git a/.github/workflows/compile_generics.yml b/.github/workflows/compile_generics.yml index f1cac4dc..a5fb227e 100644 --- a/.github/workflows/compile_generics.yml +++ b/.github/workflows/compile_generics.yml @@ -79,6 +79,7 @@ jobs: - name: Build Project run: | . ~/esp-idf/export.sh + idf.py clean idf.py build - name: Verify SDK Config Options