From 01bf5993dfbfc9959fb58bf30e4cc32fac284c88 Mon Sep 17 00:00:00 2001 From: River <26424577+wusatosi@users.noreply.github.com> Date: Wed, 4 Dec 2024 15:32:42 -0500 Subject: [PATCH] Update .github/workflows/ci_tests.yml Co-authored-by: David Sankel --- .github/workflows/ci_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index ad3609c..3aa2689 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -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