Install rustup in gitlab CI
This commit is contained in:
parent
b5d5d69589
commit
a675725d7a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue