We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049be4b commit ce03749Copy full SHA for ce03749
rust/Earthfile
@@ -20,6 +20,7 @@ COPY_SRC:
20
# builder : Set up our target toolchains, and copy our files.
21
builder:
22
DO rust-ci+SETUP
23
+ RUN --no-cache echo "Dropping cache"
24
25
# sync-cfg: Synchronize local config with CI version.
26
# Must be run by the developer manually.
0 commit comments