CI: Work around mpy_cross build quirk

This commit is contained in:
Phil Howard 2025-01-15 16:56:01 +00:00
parent 0bec453bf9
commit 65e7658741
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,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 ../../
} }