We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6d737 commit 611b9e3Copy full SHA for 611b9e3
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
sh ./configure
69
- name: Make
70
run: |
71
- make
+ make 'FC=$(F77)'
72
- name: Show pkg-config files
73
74
head -n100 *.pc
0 commit comments