From 05ad86b2448fc7b278dc3b3db4a07306203b531d Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Fri, 31 Jul 2020 12:06:27 -0600 Subject: [PATCH] turning on fortran build for autotools --- .github/workflows/autotools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml index 7fdfdb2d4b6..1d779b9ad3c 100644 --- a/.github/workflows/autotools.yml +++ b/.github/workflows/autotools.yml @@ -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