Skip to content

Commit 1ce6348

Browse files
committed
avoid restore cache in CI
1 parent f6499dc commit 1ce6348

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ commands:
116116
command: |
117117
if [[ $(uname -s) == Darwin ]]; then sed -i 's/regex = "1"/regex = { version = "1", features = ["perf", "unicode"] }/g' Cargo.toml; fi
118118
cat Cargo.toml
119-
- restore_cache:
120-
keys:
121-
- v3-dependencies-{{ arch }}-{{ checksum "Cargo.toml" }}
122119
- run:
123120
name: Check formatting
124121
shell: /bin/bash -l -eo pipefail

0 commit comments

Comments
 (0)