Skip to content

Commit

Permalink
chore: fix sporadic CI failure (#1727)
Browse files Browse the repository at this point in the history
With forcing the copying there are no failures.
  • Loading branch information
vmx committed Oct 12, 2023
1 parent 1fe24a4 commit 2553d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ commands:
git gc
# Move things from the home directory to `/tmp` first, so that it can be
# restored on executors that have a different home directory.
- run: cp -R ~/.cargo ~/.rustup /tmp/
- run: cp -fR ~/.cargo ~/.rustup /tmp/
- save_cache:
name: "Save rustup cache"
key: cargo-v28-e-{{ checksum "rust-toolchain" }}-{{ checksum "Cargo.toml" }}-{{ checksum "Cargo.lock" }}
Expand Down

0 comments on commit 2553d9b

Please sign in to comment.