Skip to content

Commit

Permalink
👷 Enable codemagic build caching (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicks96432 authored Jan 8, 2024
1 parent ea671f8 commit 9e24df3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ workflows:
artifacts:
- mltd-*

cache:
cache_paths:
- $HOME/.cargo/bin/
- $HOME/.cargo/registry/index/
- $HOME/.cargo/registry/cache/
- $HOME/.cargo/git/db/
- target/

0 comments on commit 9e24df3

Please sign in to comment.