Skip to content

Commit

Permalink
no-pipefail
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Apr 15, 2024
1 parent 9876435 commit 0b79be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if [ "$NM" = "" ]; then
fi
# i686-pc-windows-gnu tools have a dependency on some DLLs, so run it with
# rustup run to ensure that those are in PATH.
TOOLCHAIN="$(set +o pipefail; rustup show active-toolchain | sed 's/ (default)//')"
TOOLCHAIN="$(rustup show active-toolchain | sed 's/ (default)//')"
if [[ "$TOOLCHAIN" == *i686-pc-windows-gnu ]]; then
NM="rustup run $TOOLCHAIN $NM"
fi
Expand Down

0 comments on commit 0b79be8

Please sign in to comment.