Skip to content

Commit

Permalink
Show tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jan 14, 2022
1 parent d5d958a commit c54eac6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c54eac6

Please sign in to comment.