unresolved: add missing fetch step

This commit is contained in:
ptrcnull 2023-03-11 05:44:49 +01:00
parent 46b83222d1
commit 0e9c89845c

View file

@ -17,6 +17,12 @@ options="!check" # whoops no tests
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse"
prepare() {
default_prepare
cargo fetch --locked
}
build() {
cargo build --frozen --release
}