Skip to content

Commit

Permalink
No powershell
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 55675b9 commit 9136324
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@ jobs:
if: matrix.feature == 'CodeQL'
- name: Print compiler version
run: |
${env:CXX} -dumpversion
shell: pwsh
${{ matrix.CXX }} -dumpversion
- 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 9136324

Please sign in to comment.