Install rustup in gitlab CI

This commit is contained in:
Jeremy Soller 2023-03-01 11:36:51 -07:00
parent b5d5d69589
commit a675725d7a
No known key found for this signature in database
GPG key ID: DCFCA852D3906975

View file

@ -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