build(core): make sure uv.lock is up-to-date

[no changelog]
This commit is contained in:
Roman Zeyde
2026-01-05 13:51:30 +01:00
committed by Roman Zeyde
parent 5ee714b3ba
commit 3c3a9ee627

View File

@@ -213,7 +213,7 @@ fi # init
cat <<EOF >> "$SCRIPT_NAME"
$GIT_CLEAN_REPO
git submodule update --init --recursive
uv sync
uv sync --locked
cd core/embed/rust
cargo fetch