Skip to content

Commit

Permalink
Print GCC version
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Nov 8, 2023
1 parent 24f5328 commit de61ce5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
packages: autoconf-archive
if: matrix.os == 'ubuntu-latest'

- name: print GCC version
shell: bash
run: gcc --version
if: matrix.os == 'ubuntu-latest'

- uses: actions/checkout@v4
with:
submodules: true
Expand Down

0 comments on commit de61ce5

Please sign in to comment.