Skip to content
Snippets Groups Projects
Verified Commit 8ba3ce82 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Do not install stable toolchain unless required

parent db7e73e0
No related branches found
No related tags found
No related merge requests found
...@@ -8,12 +8,11 @@ cache: ...@@ -8,12 +8,11 @@ cache:
paths: paths:
- target/ - target/
before_script:
rustup update stable
build:linux:stable: build:linux:stable:
stage: build stage: build
script: cargo +stable build --verbose script:
- rustup update stable
- cargo +stable build --verbose
build:linux: build:linux:
stage: build stage: build
......
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