Skip to content

Commit

Permalink
update circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarn committed Oct 21, 2019
1 parent aedd57b commit 03fb6fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
command: sudo ln -s `pwd` /project
- restore_cache:
keys:
- v8-cargo-cache-arm-{{ arch }}-{{ checksum "Cargo.lock" }}
- v9-cargo-cache-arm-{{ arch }}-{{ checksum "Cargo.lock" }}
- run:
name: Version information
command: rustc --version; cargo --version; rustup --version
Expand Down Expand Up @@ -127,10 +127,9 @@ jobs:
- save_cache:
paths:
- /usr/local/cargo/registry
- /usr/local/rustup
- target
# - /usr/local/rustup
key: v8-cargo-cache-arm-{{ arch }}-{{ checksum "Cargo.lock" }}
key: v9-cargo-cache-arm-{{ arch }}-{{ checksum "Cargo.lock" }}

publish-github-release:
docker:
Expand Down

0 comments on commit 03fb6fa

Please sign in to comment.