Skip to content

Commit

Permalink
Merge pull request CosmWasm#1510 from CosmWasm/cargo-registry-link-wi…
Browse files Browse the repository at this point in the history
…ndows

Fix path to cargo registry on Windows
  • Loading branch information
webmaster128 authored Nov 23, 2022
2 parents 872cfce + 52d2659 commit 2c9312f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ jobs:
rustc --version; cargo --version; rustup --version; rustup target list --installed
- restore_cache:
keys:
- cargocache-v2-package_vm_windows-rust:1.65.0-{{ checksum "Cargo.lock" }}
- cachev3-package_vm_windows-rust:1.65.0-{{ checksum "Cargo.lock" }}
- run:
name: Test
working_directory: ~/project/packages/vm
Expand All @@ -415,11 +415,12 @@ jobs:
command: cargo test --locked --features allow_interface_version_7,iterator,staking,stargate
- save_cache:
paths:
- /usr/local/cargo/registry
# ".." is the easiest way to get $HOME here (pwd is $HOME\project)
- ../.cargo/registry
- target/debug/.fingerprint
- target/debug/build
- target/debug/deps
key: cargocache-v2-package_vm_windows-rust:1.65.0-{{ checksum "Cargo.lock" }}
key: cachev3-package_vm_windows-rust:1.65.0-{{ checksum "Cargo.lock" }}

contract_burner:
docker:
Expand Down

0 comments on commit 2c9312f

Please # to comment.