mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
GitLab CI: Set PATH to include rustup before bootstrap
This commit is contained in:
parent
b568b4d53e
commit
bcb81e3e3f
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user