From 12a282773952ac6382fbd8db9799e9f05400e53b Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Mon, 1 Nov 2021 10:20:03 +0100 Subject: [PATCH] remove --enable-maintainer-mode from GH actions --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 1aa8104..3195538 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -23,7 +23,7 @@ jobs: - name: configure with autotools run: | ./autogen.sh - ./configure --enable-maintainer-mode --enable-silent-rules + ./configure --enable-silent-rules - name: compile TREXIO run: make -j 2 @@ -63,7 +63,7 @@ jobs: - name: configure with autotools run: | ./autogen.sh - ./configure FC=gfortran-10 --enable-silent-rules --enable-maintainer-mode + ./configure FC=gfortran-10 --enable-silent-rules - name: compile TREXIO run: make -j 2