Skip to content

Commit 42b1e49

Browse files
committed
wip: set FC=$(F77)
1 parent 52d80b8 commit 42b1e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
sh ./configure
9191
- name: Make
9292
run: |
93-
make
93+
make 'FC=$(F77)'
9494
- name: Show pkg-config files
9595
run: |
9696
head -n100 *.pc

0 commit comments

Comments
 (0)