From 2add714c65baa3bec6f133f6e9aea614b742f248 Mon Sep 17 00:00:00 2001 From: Greg Johnston Date: Thu, 6 Feb 2025 21:22:37 -0500 Subject: [PATCH] chore(ci): `cargo install --locked` for `cargo-leptos` installation (#3559) --- examples/cargo-make/cargo-leptos.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/cargo-make/cargo-leptos.toml b/examples/cargo-make/cargo-leptos.toml index ef62faac0d..5eb0e05d19 100644 --- a/examples/cargo-make/cargo-leptos.toml +++ b/examples/cargo-make/cargo-leptos.toml @@ -1,5 +1,6 @@ [tasks.install-cargo-leptos] install_crate = { crate_name = "cargo-leptos", binary = "cargo-leptos", test_arg = "--help" } +args = ["--locked"] [tasks.cargo-leptos-e2e] command = "cargo"