Skip to content
Snippets Groups Projects
Verified Commit 302490d6 authored by Louis's avatar Louis :fire:
Browse files

Accept rustup defaults

parent d3dd0262
No related branches found
No related tags found
No related merge requests found
Pipeline #632 failed with stage
in 37 seconds
......@@ -15,7 +15,7 @@ variables:
CARGO_HOME: ${CI_PROJECT_DIR}/.cargo
before_script:
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable
- rustup toolchain install nightly
lint:
......
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