Skip to content

Commit

Permalink
Try brackets in between
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Feb 27, 2024
1 parent dab64f1 commit 857e10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
version: ${{ matrix.toolchain.version }}
- name: Check Fortran compiler version
run:
if [[ ${{ matrix.os }} == 'windows-latest' && ${{ matrix.toolchain.compiler }} == 'intel' ]]; then
if [ "${{ matrix.os }}" = "windows-latest" ] && [ "${{ matrix.toolchain.compiler }}" = "intel" ]; then
${{ steps.setup-fortran.outputs.fc }} /QV
else
${{ steps.setup-fortran.outputs.fc }} --version
Expand Down

0 comments on commit 857e10f

Please sign in to comment.