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