[MinGW] Highlight where groups
This commit is contained in:
parent
7068255b0c
commit
8dc2fce2be
3
.github/workflows/mingw.yml
vendored
3
.github/workflows/mingw.yml
vendored
@ -66,8 +66,9 @@ jobs:
|
|||||||
# show where
|
# show where
|
||||||
result=true
|
result=true
|
||||||
for e in gcc.exe ragel.exe make.exe bison.exe libcrypto-1_1-x64.dll libssl-1_1-x64.dll; do
|
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
|
where $e || result=false
|
||||||
|
echo '##['endgroup']'
|
||||||
done
|
done
|
||||||
$result
|
$result
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user