Skip to content

Commit

Permalink
Fix trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Feb 13, 2024
1 parent 7af5ada commit dcb02b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/reusable_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ jobs:
mkdir -p ./build/${BIN_DIR_NAME}/bin && \
cp ./target/${BUILD_DEVICE_NAME}/release/${APP_NAME} ./build/${BIN_DIR_NAME}/bin/app.elf && \
echo "Binary ${APP_NAME} copied as ./build/${BIN_DIR_NAME}/bin/app.elf"
else
eval "BOLOS_SDK=\$$(echo ${{ matrix.device }} | tr [:lower:] [:upper:])_SDK" && \
echo "BOLOS_SDK value will be: ${BOLOS_SDK}" && \
Expand Down

0 comments on commit dcb02b7

Please sign in to comment.