Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2fe64ce

Browse files
committedFeb 12, 2025·
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.