only:Print bash version on windows

This commit is contained in:
rusefillc 2023-11-03 22:43:12 -04:00
parent c1d3e93b9e
commit dd628ead12
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ jobs:
with:
version: 8.1.0
- name: Print bash version
working-directory: .
run: bash --version
- name: Print GCC version
working-directory: .
run: gcc -v