Skip to content
Snippets Groups Projects
Unverified Commit a675725d authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Install rustup in gitlab CI

parent b5d5d695
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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