diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml index 3330d45f1bd..7fdfdb2d4b6 100644 --- a/.github/workflows/autotools.yml +++ b/.github/workflows/autotools.yml @@ -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