Skip to content

Commit

Permalink
Remove patches_ri2/msys2_installation.rb.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Jan 15, 2025
1 parent 9b14bb3 commit 0831db5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions 0_common.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -198,15 +198,17 @@ function Run-Patches($ary_temp) {
$all_clr = 'yel'
}
}
if ($is_actions) {
echo "##[group]$(color "Apply Patches $apply_dir" $all_clr)"
} else {
# echo "all_clr $all_clr"
$e_str = "$dash_hdr Apply Patches $apply_dir"
echo $(color $e_str $all_clr)
if ($all_log -ne '') {
if ($is_actions) {
echo "##[group]$(color "Apply Patches $apply_dir" $all_clr)"
} else {
# echo "all_clr $all_clr"
$e_str = "$dash_hdr Apply Patches $apply_dir"
echo $(color $e_str $all_clr)
}
echo $all_log.TrimEnd()
if ($is_actions) { echo ::[endgroup] } else { echo '' }
}
echo $all_log.TrimEnd()
if ($is_actions) { echo ::[endgroup] } else { echo '' }
}

#————————————————————————————————————————————————————————————————— Apply-Patches
Expand Down
File renamed without changes.

0 comments on commit 0831db5

Please sign in to comment.