CI: Workaround silly mpy-cross build wart.

This commit is contained in:
Phil Howard 2024-11-26 22:00:41 +00:00
parent 222331ef44
commit 9dfb5c0429

View File

@ -30,7 +30,7 @@ function micropython_clone {
function micropython_build_mpy_cross { function micropython_build_mpy_cross {
cd micropython/mpy-cross cd micropython/mpy-cross
ccache --zero-stats || true ccache --zero-stats || true
CROSS_COMPILE="ccache " make CROSS_COMPILE="ccache " USER_C_MODULES= make
ccache --show-stats || true ccache --show-stats || true
cd ../../ cd ../../
} }