Skip to content

Commit

Permalink
Print compiler version
Browse files Browse the repository at this point in the history
    * .github/workflows/linux.yml:
  • Loading branch information
jwillemsen committed Apr 23, 2024
1 parent e4fd6ae commit 55675b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ jobs:
with:
languages: cpp
if: matrix.feature == 'CodeQL'
- name: Print compiler version
run: |
${env:CXX} -dumpversion
shell: pwsh
- name: Run mwc.pl on $(TAO_ROOT)/TAO_ACE.mwc
run: |
perl ${env:ACE_ROOT}/bin/mwc.pl -type gnuace ${env:TAO_ROOT}/TAO_ACE.mwc -workers 4
Expand Down

0 comments on commit 55675b9

Please sign in to comment.