Install rustup in gitlab CI
This commit is contained in:
parent
b5d5d69589
commit
a675725d7a
|
@ -6,6 +6,7 @@ variables:
|
|||
img:
|
||||
script:
|
||||
- |
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none &&
|
||||
./bootstrap.sh -d &&
|
||||
source "$HOME/.cargo/env" &&
|
||||
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME
|
||||
|
|
Loading…
Reference in a new issue