Skip to content

Commit

Permalink
Fix CI rust+GET_RUST_CACHE_MOUNTS not found #805
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Jan 15, 2024
1 parent e791bfb commit 66ae8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ source:
cross-build:
FROM +source
ARG --required TARGET
DO rust+GET_RUST_CACHE_MOUNTS
DO rust+SET_CACHE_MOUNTS_ENV
WITH DOCKER
RUN --mount=$EARTHLY_RUST_CARGO_HOME_CACHE --mount=$EARTHLY_RUST_TARGET_CACHE cross build --target $TARGET --release
END
Expand Down

0 comments on commit 66ae8bd

Please sign in to comment.