Skip to content

Commit 3046182

Browse files
committed
Set echo
1 parent c3ae197 commit 3046182

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/actions/build-with-patched-std/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ runs:
3333
RUSTC_BUILD_DIR: build/host
3434
working-directory: ${{ inputs.rustc-dir }}
3535
run: |
36+
set -x
3637
rm -rf "$RUSTC_BUILD_DIR/stage0-std"
3738
3839
(cd library/backtrace && git checkout ${{ inputs.backtrace-commit }})

.github/workflows/check-binary-size.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
}
7979
EOF
8080
81+
set -x
8182
git submodule update --init library/backtrace
8283
8384
cd library/backtrace

0 commit comments

Comments
 (0)