diff --git a/.github/workflows/autotools_2.yml b/.github/workflows/autotools_2.yml index ce785c492fb..93049040942 100644 --- a/.github/workflows/autotools_2.yml +++ b/.github/workflows/autotools_2.yml @@ -41,7 +41,7 @@ jobs: - name: configure run: | doxygen --version - ./configure --enable-docs + ./configure --enable-docs --enable-fortran cat config.log - name: make check run: make check