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 Oct 24, 2021
1 parent 7a6d737 commit 611b9e3
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 @@ -68,7 +68,7 @@ jobs:
sh ./configure
- name: Make
run: |
make
make 'FC=$(F77)'
- name: Show pkg-config files
run: |
head -n100 *.pc

0 comments on commit 611b9e3

Please # to comment.