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 90a1a20 commit 05ad86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- name: autoreconf
run: autoreconf -i
- name: configure
run: ./configure --enable-fortran
run: ./configure --enable-fortran --enable-docs
- name: make check
run: make -j check

0 comments on commit 05ad86b

Please sign in to comment.