fix(main/luvi): unshallow commits before checkout (#22316)

[no ci]
This commit is contained in:
termux-pacman-bot
2024-11-19 09:06:07 +00:00
parent e4f7188601
commit c73db5bdf0

View File

@@ -30,6 +30,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
"
termux_step_post_get_source() {
git fetch --unshallow
git checkout "${_commit}"
}