ci: fix build issue (stale CMake cache) between 4.1 and 4.2

This commit is contained in:
David Cermak
2020-03-10 16:19:51 +01:00
parent f243225521
commit 61a8f4b63c

View File

@ -16,6 +16,7 @@ for i in $examples; do
make defconfig
make -j 4
else
rm -rf build
idf.py build
fi;
done