Skip to content

Commit

Permalink
wip: set FC=$(F77)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Mar 7, 2022
1 parent 52d80b8 commit 42b1e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
sh ./configure
- name: Make
run: |
make
make 'FC=$(F77)'
- name: Show pkg-config files
run: |
head -n100 *.pc

0 comments on commit 42b1e49

Please # to comment.