mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Show tool versions
This commit is contained in:
parent
d5d958a9e6
commit
c54eac6613
1 changed files with 12 additions and 0 deletions
12
.github/workflows/mingw.yml
vendored
12
.github/workflows/mingw.yml
vendored
|
@ -79,6 +79,18 @@ jobs:
|
|||
done
|
||||
$result
|
||||
|
||||
- name: version check
|
||||
run: |
|
||||
# show version
|
||||
result=true
|
||||
for e in gcc ragel make bison "openssl version"; do
|
||||
case "$e" in *" "*) ;; *) e="$e --version";; esac
|
||||
echo '##['group']'$'\033[93m'$e$'\033[m'
|
||||
$e || result=false
|
||||
echo '##['endgroup']'
|
||||
done
|
||||
$result
|
||||
|
||||
- name: autogen
|
||||
run: |
|
||||
./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue