diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f9de69bfa..b3c1bc9c25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: sh ./configure - name: Make run: | - make + make 'FC=$(F77)' - name: Show pkg-config files run: | head -n100 *.pc