We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9876435 commit 0b79be8Copy full SHA for 0b79be8
ci/run.sh
@@ -59,7 +59,7 @@ if [ "$NM" = "" ]; then
59
fi
60
# i686-pc-windows-gnu tools have a dependency on some DLLs, so run it with
61
# rustup run to ensure that those are in PATH.
62
-TOOLCHAIN="$(set +o pipefail; rustup show active-toolchain | sed 's/ (default)//')"
+TOOLCHAIN="$(rustup show active-toolchain | sed 's/ (default)//')"
63
if [[ "$TOOLCHAIN" == *i686-pc-windows-gnu ]]; then
64
NM="rustup run $TOOLCHAIN $NM"
65
0 commit comments