Skip to content

Commit

Permalink
fix BUILD udc args
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Dec 6, 2023
1 parent 77b365d commit 6fde4da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions earthly/rust/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ CHECK:
# Step we do during the `build` CI phase for all Rust programs
BUILD:
COMMAND
ARG --required libs
ARG --required bins
ARG libs=""
ARG bins=""

RUN /scripts/std_build.sh $libs $bins

Expand Down

0 comments on commit 6fde4da

Please sign in to comment.