mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Fix installation
This commit is contained in:
parent
944898d8d0
commit
89581d6fea
@ -2,7 +2,7 @@ language: generic
|
||||
sudo: required
|
||||
install:
|
||||
- curl https://sh.rustup.rs -sSf > rustup; chmod +x rustup; ./rustup --default-toolchain nightly -y
|
||||
- ./setup.sh
|
||||
script: ./jenkins.sh
|
||||
- export PATH="$HOME/.cargo/bin:$PATH"; ./setup.sh
|
||||
script: export PATH="$HOME/.cargo/bin:$PATH"; ./jenkins.sh
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user