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: River <[email protected]>
  • Loading branch information
ClausKlein and wusatosi authored Nov 10, 2024
1 parent b068315 commit d78b1ec
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 @@ -66,8 +66,8 @@ jobs:
ninjaVersion: "^1.11.1"
- name: Print installed softwares
run: |
${{ matrix.compiler.cpp }} --version || ${CXX} --version || echo ignored
${{ matrix.compiler.c }} --version || ${CC} --version || echo ignored
${{ matrix.compiler.cpp }} --version || echo ignored
${{ matrix.compiler.c }} --version || echo ignored
cmake --version
ninja --version
Expand Down

0 comments on commit d78b1ec

Please sign in to comment.