Modify path before running make ci
This commit is contained in:
parent
fcf3b8cf26
commit
c06a055ca8
|
@ -11,8 +11,10 @@ before_script:
|
||||||
apt-get update -qq &&
|
apt-get update -qq &&
|
||||||
apt-get purge -qq binutils-doc &&
|
apt-get purge -qq binutils-doc &&
|
||||||
apt-get install -qq x86-64-unknown-redox-gcc &&
|
apt-get install -qq x86-64-unknown-redox-gcc &&
|
||||||
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
|
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script:
|
script:
|
||||||
- make ci
|
- |
|
||||||
|
source "$HOME/.cargo/env" &&
|
||||||
|
make ci
|
||||||
|
|
Loading…
Reference in a new issue