Skip to content

Commit

Permalink
Fix builds for new toolchain
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Feb 3, 2019
1 parent f27d799 commit 0970f11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@ jobs:
- bench-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
- run:
name: Run benchmarks
command: make bench
command: |
rustup default nightly
make bench
- save_cache:
key: bench-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
paths:
Expand Down

0 comments on commit 0970f11

Please sign in to comment.