"Print GCC version" consistency with other jobs

This commit is contained in:
rusefillc 2022-08-27 18:29:11 -04:00
parent 6f7d705e66
commit ce83936020
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ jobs:
distribution: 'zulu'
java-version: '8'
- name: Print GCC version
working-directory: .
run: gcc -v
- name: Install multilib
run: |
sudo apt-get update