Change check script to prepare script

This commit is contained in:
2025-12-21 09:49:23 +01:00
parent f93174e740
commit e854d8bb99

View File

@@ -29,7 +29,7 @@ makedepends=(
export RUSTUP_TOOLCHAIN=stable
check() {
prepare() {
cd "$srcdir/$pkgname"
cargo fetch --locked --target $(rustc --print host-tuple)
}