Skip to content

Commit e02a5b1

Browse files
committed
260424.212058.CST [skip ci] try gfortran -dumpmachine. See fortran-lang/setup-fortran#211 (comment)
1 parent de30c7f commit e02a5b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test_gfortran.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
shell: bash
112112
run: |
113113
which gcc && gcc --version && which gfortran && gfortran --version
114+
gfortran -dumpmachine # See https://github.com/fortran-lang/setup-fortran/issues/211#issuecomment-4313463378
114115
115116
- name: Revise Makefile.common to exclude r16 tests when the dimension is big
116117
if: ${{ matrix.testdim == 'big' }}

0 commit comments

Comments
 (0)