Skip to content
Snippets Groups Projects
Unverified Commit 7512ddef authored by Louis's avatar Louis :fire:
Browse files

Resore cache

parent fdf332c7
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,9 @@ jobs:
- image: abronan/rust-circleci:latest
steps:
- checkout
- run: rustup update
- restore_cache:
key: cargo-cache
- run: rustup run nightly cargo build
- save_cache:
key: cargo-cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment