From dab64f1b55589963e8badbd196aa50f62624d5ce Mon Sep 17 00:00:00 2001 From: minhqdao Date: Tue, 27 Feb 2024 03:54:35 +0300 Subject: [PATCH] No need pipe --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c2ada6..1b61360 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: compiler: ${{ matrix.toolchain.compiler }} version: ${{ matrix.toolchain.version }} - name: Check Fortran compiler version - run: | + run: if [[ ${{ matrix.os }} == 'windows-latest' && ${{ matrix.toolchain.compiler }} == 'intel' ]]; then ${{ steps.setup-fortran.outputs.fc }} /QV else