Skip to content

Commit

Permalink
Try absolute path for hc cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus committed Jan 26, 2024
1 parent d1c72df commit 9927f14
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
command: rustup target add wasm32-unknown-unknown
- restore_cache:
keys:
- hc-0.3.0-beta-dev-27-v6
- hc-0.3.0-beta-dev-27-v7
- hc-
- rust-cache-{{ checksum "Cargo.lock" }}
- rust-cache-
Expand All @@ -53,15 +53,16 @@ jobs:
pwd
ls -lah
cp hc $HOME/.cargo/bin/hc
ls -la $HOME/.cargo/bin
cd $HOME/.cargo/bin
pwd
ls -lah
./hc --version
fi
echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> $BASH_ENV
- save_cache:
key: hc-0.3.0-beta-dev-27-v6
key: hc-0.3.0-beta-dev-27-v7
paths:
- .cargo/bin
- /home/circleci/.cargo/bin

- run:
name: Install Deno
Expand Down

0 comments on commit 9927f14

Please sign in to comment.