Skip to content

Commit 24dfcd8

Browse files
committed
fix: use cargo-hyperlight from crates.io
Signed-off-by: Tomasz Andrzejak <andreiltd@gmail.com>
1 parent 20195de commit 24dfcd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ build target=default-target:
4343
guests: build-and-move-rust-guests build-and-move-c-guests
4444

4545
ensure-cargo-hyperlight:
46-
cargo install --locked --force --git https://github.com/hyperlight-dev/cargo-hyperlight --branch picolibc cargo-hyperlight
46+
{{ if os() == "windows" { "if (-not (Get-Command cargo-hyperlight -ErrorAction SilentlyContinue)) { cargo install --locked cargo-hyperlight }" } else { "command -v cargo-hyperlight >/dev/null 2>&1 || cargo install --locked cargo-hyperlight" } }}
4747

4848
witguest-wit:
4949
{{ if os() == "windows" { "if (-not (Get-Command wasm-tools -ErrorAction SilentlyContinue)) { cargo install --locked wasm-tools }" } else { "command -v wasm-tools >/dev/null 2>&1 || cargo install --locked wasm-tools" } }}

0 commit comments

Comments
 (0)