diff --git a/etc/ci/taskcluster-test.sh b/etc/ci/taskcluster-test.sh index 95418f7b9f6..65a4acf986c 100755 --- a/etc/ci/taskcluster-test.sh +++ b/etc/ci/taskcluster-test.sh @@ -8,6 +8,8 @@ set -o errexit set -o nounset set -o pipefail +set -x + curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y export PATH="${HOME}/.cargo/bin:${PATH}"