Skip to content

Commit a8173e1

Browse files
committed
gfortran
1 parent e872671 commit a8173e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install fpm
3333
run: |
3434
curl -L https://github.com/fortran-lang/fpm/releases/download/v0.12.0/fpm-0.12.0.F90 -o fpm.F90
35-
$FPM_FC -O0 fpm.F90 -o fpm
35+
gfortran-${{ matrix.gcc-ver }} -g -O0 fpm.F90 -o fpm
3636
3737
- name: Run tests (debug)
3838
run: ./fpm test --profile debug --flag '-ffree-line-length-none'
@@ -123,7 +123,7 @@ jobs:
123123
- name: Install fpm
124124
run: |
125125
curl -L https://github.com/fortran-lang/fpm/releases/download/v0.12.0/fpm-0.12.0.F90 -o fpm.F90
126-
gfortran -O -g fpm.F90 -o fpm
126+
gfortran -g -O0 fpm.F90 -o fpm
127127
128128
- name: Run tests (debug)
129129
run: ./fpm test --flag '-g -O0'

0 commit comments

Comments
 (0)