[MinGW] Highlight where groups

This commit is contained in:
Nobuyoshi Nakada 2021-11-07 14:21:55 +09:00
parent 7068255b0c
commit 8dc2fce2be
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -66,8 +66,9 @@ jobs:
# show where
result=true
for e in gcc.exe ragel.exe make.exe bison.exe libcrypto-1_1-x64.dll libssl-1_1-x64.dll; do
echo
echo '##['group']'$'\033[93m'$e$'\033[m'
where $e || result=false
echo '##['endgroup']'
done
$result