From 088f249b9666c4a65fecc9f98c2b1cb8d6eb17d6 Mon Sep 17 00:00:00 2001 From: nacho Date: Thu, 7 Sep 2023 14:29:22 +0800 Subject: [PATCH] remove LET --- rust/Earthfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Earthfile b/rust/Earthfile index 63a0da5..44fc4ab 100644 --- a/rust/Earthfile +++ b/rust/Earthfile @@ -1,4 +1,4 @@ -VERSION --arg-scope-and-set 0.7 +VERSION 0.7 # CARGO caches the cargo command "cargo $cargo_args" # Arguments: @@ -14,8 +14,8 @@ CARGO: ARG target_subfolder ARG save_artifact=./target/$target_subfolder ARG as_local="" - LET cargo_home=$(echo $CARGO_HOME) - LET output_name=$(echo "$cargo_args" | head -n1 | cut -d " " -f1) + ARG cargo_home=$(echo $CARGO_HOME) + ARG output_name=$(echo "$cargo_args" | head -n1 | cut -d " " -f1) IF test $target_subfolder CACHE ./target/$target_subfolder/ FOR source_lib IN $source_libs