Skip to content

Commit

Permalink
test group
Browse files Browse the repository at this point in the history
  • Loading branch information
tiopex committed Nov 15, 2023
1 parent e353d2a commit 3537979
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ jobs:
#apt update && apt install -y wget unzip build-essential git bc swig libncurses-dev libpython3-dev libssl-dev cpio rsync subversion
sudo apt update && sudo apt install -y gsfonts
make miyoo_uclibc_defconfig
touch build.log
echo "::group::Verbose logs"
tail -f build.log &
echo "::endgroup::"
set -o pipefail
if ! ( \
make sdk CFW_HASH="${{ steps.cfwsha.outputs.cfwsha }}" 2>&1 \
| tee build.log \
| grep ">>>" \
make sdk CFW_HASH="${{ steps.cfwsha.outputs.cfwsha }}" > build.log 2>&1 \
); then tail -n100 build.log && exit 1
fi
Expand Down

0 comments on commit 3537979

Please sign in to comment.