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

rustup run

parent fbe624ec
No related branches found
No related tags found
Loading
...@@ -10,7 +10,7 @@ jobs: ...@@ -10,7 +10,7 @@ jobs:
- image: abronan/rust-circleci:latest - image: abronan/rust-circleci:latest
steps: steps:
- checkout - checkout
- run: rustup nightly cargo build - run: rustup run nightly cargo build
- save_cache: - save_cache:
key: cargo-cache key: cargo-cache
paths: paths:
......
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