Skip to content

Commit

Permalink
turning on fortran build for autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jul 31, 2020
1 parent 0876585 commit 90a1a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: autoreconf
run: autoreconf -i
- name: configure --enable-fortran
run: ./configure
- name: configure
run: ./configure --enable-fortran
- name: make check
run: make -j check

0 comments on commit 90a1a20

Please sign in to comment.