Skip to content

Commit 0b79be8

Browse files
committed
no-pipefail
1 parent 9876435 commit 0b79be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if [ "$NM" = "" ]; then
5959
fi
6060
# i686-pc-windows-gnu tools have a dependency on some DLLs, so run it with
6161
# rustup run to ensure that those are in PATH.
62-
TOOLCHAIN="$(set +o pipefail; rustup show active-toolchain | sed 's/ (default)//')"
62+
TOOLCHAIN="$(rustup show active-toolchain | sed 's/ (default)//')"
6363
if [[ "$TOOLCHAIN" == *i686-pc-windows-gnu ]]; then
6464
NM="rustup run $TOOLCHAIN $NM"
6565
fi

0 commit comments

Comments
 (0)