From db7e73e00aca569c1919aeda48cf83acc787c872 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 6 Jul 2019 12:02:32 -0600 Subject: [PATCH] Install stable toolchain --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78ac6d2..685ea6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,9 @@ cache: paths: - target/ +before_script: + rustup update stable + build:linux:stable: stage: build script: cargo +stable build --verbose