diff --git a/.github/workflows/test_size.yml b/.github/workflows/test_size.yml index 6a9aa6a970..2f3fba25c5 100644 --- a/.github/workflows/test_size.yml +++ b/.github/workflows/test_size.yml @@ -162,6 +162,7 @@ jobs: - name: Feature compare with ${{ github.event.pull_request.base.ref }} shell: bash run: | + set -ex cd pr/ BIN_PREFIX="arm-none-eabi-" if [ "${{matrix.toolchain}}" = "armhf" ]; then