Skip to content

Commit

Permalink
try grouping 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Jul 13, 2024
1 parent 06ea342 commit 1bd624a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _dl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,8 @@ EOF
fi
}

echo '::group::downloads'

# Download llvm-mingw
if [ "${_OS}" = 'win' ] && \
[ "${CW_LLVM_MINGW_DL:-}" = '1' ] && \
Expand Down Expand Up @@ -860,3 +862,5 @@ if [ "${_OS}" = 'win' ] && \
fi

rm -r -f "${gpgdir:?}"

echo '::endgroup::'

0 comments on commit 1bd624a

Please sign in to comment.