diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cda5aa6..272b863 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ cache: build:linux:stable: stage: build script: + - rustup update stable - cargo +stable build --verbose build:linux: