Skip to content

Commit

Permalink
Update .github/workflows/ci_tests.yml
Browse files Browse the repository at this point in the history
Co-authored-by: David Sankel <[email protected]>
  • Loading branch information
wusatosi and camio authored Dec 4, 2024
1 parent 45e1005 commit 01bf599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ jobs:
- name: Print installed softwares
run: |
echo "Compiler:"
${{ matrix.platform.cpp }} --version
${{ matrix.platform.c }} --version
${{ matrix.platform.cpp }} ${{ matrix.platform.cpp == 'cl' && '' || '--version' }}
${{ matrix.platform.c }} ${{ matrix.platform.cpp == 'cl' && '' || '--version' }}
echo "Build system:"
cmake --version
Expand Down

0 comments on commit 01bf599

Please sign in to comment.