Try to fix the mousefood recipe

This commit is contained in:
Ribbon 2025-06-01 14:35:17 -03:00
parent 359042fed0
commit 7481fcdf48

View File

@ -11,7 +11,7 @@ recipe="$(basename "${COOKBOOK_RECIPE}")"
--manifest-path "${COOKBOOK_SOURCE}/${PACKAGE_PATH}/Cargo.toml" \
--example "${example}" \
--release \
--simulator
--features=simulator
mkdir -pv "${COOKBOOK_STAGE}/usr/bin"
cp -v \
"target/${TARGET}/${build_type}/examples/${example}" \