This commit is contained in:
msizanoen1 2019-11-28 13:02:17 +07:00
parent bf419bbb8c
commit a06978b7c0
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ RUST=${TOOLCHAIN}
echo "Testing Rust ${RUST} on ${OS}"
if [ "${TOOLCHAIN}" = "nightly" ] ; then
cargo +nightly install cargo-xbuild -Z install-upgrade
cargo +nightly install cargo-xbuild
rustup component add rust-src
fi

View file

@ -19,7 +19,7 @@ if ! rustc --version | grep -E "nightly" ; then
fi
rustup component add rust-src
cargo +nightly install cargo-xbuild -Z install-upgrade
cargo +nightly install cargo-xbuild
# List all targets that do currently build successfully:
# shellcheck disable=SC1003

View file

@ -13,7 +13,7 @@ if ! rustc --version | grep -E "nightly" ; then
exit 1
fi
cargo +nightly install semverver -Z install-upgrade
cargo +nightly install semverver
TARGETS=
case "${OS}" in