Skip to content

Commit

Permalink
Cache Cargo files according to Github cache action recommended strate…
Browse files Browse the repository at this point in the history
…gy for Rust.
  • Loading branch information
DFINITYManu committed Aug 22, 2024
1 parent e2e92d7 commit e76d0c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rollout-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
with:
key: cargo
path: |
~/.cargo
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
- name: Cache target deps for faster execution
uses: actions/cache@v3
with:
Expand Down

0 comments on commit e76d0c8

Please sign in to comment.