Skip to content

Commit

Permalink
CI: Add additional log group to setup_ubuntu script
Browse files Browse the repository at this point in the history
Add clear separation between the CEF setup and the apt/apt-get calls.
This makes it easier to see how much time is being spent on each task.
  • Loading branch information
RytoEX committed May 16, 2024
1 parent b3ee2f8 commit c3c6c6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/utils.zsh/setup_ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ mkdir -p ${_target} && pushd ${_target}
XZ_OPT=-T0 tar --strip-components 1 -xJf ../${_filename} && log_status "${deps_label} extracted."
popd

log_group 'Installing obs-studio build dependencies from apt...'

local suffix
if [[ ${CPUTYPE} != ${target##*-} ]] {
local -A arch_mappings=(
Expand Down

0 comments on commit c3c6c6c

Please sign in to comment.