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 30, 2021
1 parent 5726b03 commit 8ab2f60
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 @@ -63,7 +63,7 @@ jobs:
sh ./configure
- name: Make
run: |
make
make 'FC=$(F77)'
- name: Show pkg-config files
run: |
head -n100 *.pc

0 comments on commit 8ab2f60

Please # to comment.