From fdf332c7c33ada5ffa7532db049c605bb4fc56fb Mon Sep 17 00:00:00 2001
From: Louis Capitanchik <contact@louiscap.co>
Date: Wed, 20 Jun 2018 15:47:46 +0100
Subject: [PATCH] rustup run

---
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 1fdb31a..29a04a4 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -10,7 +10,7 @@ jobs:
       - image: abronan/rust-circleci:latest
     steps:
       - checkout
-      - run: rustup nightly cargo build
+      - run: rustup run nightly cargo build
       - save_cache:
           key: cargo-cache
           paths:
-- 
GitLab