diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index a5f0015..2dafc8a 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -169,7 +169,7 @@ jobs: git clone https://github.com/TREX-CoE/trexio.git cd trexio ./autogen.sh - ./configure --enable-silent-rules + ./configure FC=gfortran-12 --enable-silent-rules make -j 4 sudo make install