unresolved: add missing fetch step
This commit is contained in:
parent
46b83222d1
commit
0e9c89845c
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue