Skip to content

Commit 2fe64ce

Browse files
committed
WIP
1 parent b857d28 commit 2fe64ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ jobs:
178178
set +e
179179
# Redirect stderr to stdout to avoid reordering the two streams in the GHA logs.
180180
src/ci/scripts/run-build-from-ci.sh 2>&1
181+
STATUS=$?
181182
set -e
182183
183-
STATUS=$?
184184
if [[ STATUS != 0 ]]; then
185185
echo "https://rustc-dev-guide.rust-lang.org/tests/fuchsia.html"
186186
fi

0 commit comments

Comments
 (0)