GitLab CI: Set PATH to include rustup before bootstrap

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

View file

@ -10,8 +10,8 @@ img:
apt-get update -qq &&
apt-get install -qq -y curl &&
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none &&
./bootstrap.sh -d &&
source "$HOME/.cargo/env" &&
./bootstrap.sh -d &&
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME
artifacts:
paths: