Update .gitlab-ci.yml file
This commit is contained in:
parent
148664e2cd
commit
2cd7980cd0
@ -1,5 +1,7 @@
|
|||||||
default:
|
default:
|
||||||
image: rust:latest
|
image: rust:latest
|
||||||
|
before_script:
|
||||||
|
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
Loading…
Reference in New Issue
Block a user