Skip to content

Commit

Permalink
remove LET
Browse files Browse the repository at this point in the history
  • Loading branch information
idelvall committed Sep 7, 2023
1 parent e5a6a6f commit 088f249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rust/Earthfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION --arg-scope-and-set 0.7
VERSION 0.7

# CARGO caches the cargo command "cargo $cargo_args"
# Arguments:
Expand All @@ -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
Expand Down

0 comments on commit 088f249

Please sign in to comment.