Skip to content

Commit 66ae8bd

Browse files
committed
Fix CI rust+GET_RUST_CACHE_MOUNTS not found #805
1 parent e791bfb commit 66ae8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ source:
4646
cross-build:
4747
FROM +source
4848
ARG --required TARGET
49-
DO rust+GET_RUST_CACHE_MOUNTS
49+
DO rust+SET_CACHE_MOUNTS_ENV
5050
WITH DOCKER
5151
RUN --mount=$EARTHLY_RUST_CARGO_HOME_CACHE --mount=$EARTHLY_RUST_TARGET_CACHE cross build --target $TARGET --release
5252
END

0 commit comments

Comments
 (0)