Skip to content

Commit

Permalink
Try the gfortran-xxx aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Jun 10, 2024
1 parent e18500e commit fc3a64d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test_gfortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@ jobs:
- name: test gfortran
shell: bash
run: |
set -x
which gcc || true
gcc --version || true
which gfortran || true
gfortran --version || true
gfortran-9 --version || true
gfortran-10 --version || true
gfortran-12 --version || true
gfortran-13 --version || true
gfortran-14 --version || true

0 comments on commit fc3a64d

Please sign in to comment.