Skip to content

Commit

Permalink
Update make.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn authored Dec 2, 2020
1 parent 9d5f890 commit f1d3350
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:
run: rm Makefile.am && mv Makefile_f2c.am Makefile.am

- name: Echo site details
env:
env:
CXX: ${{ matrix.cxx }}
F77: ${{ matrix.f77 }}
LDFLAGS: ${{ matrix.ldflags }}
run: echo $CXX $F77 $LDFLAGS
run: echo $CXX $F77 $LDFLAGS

- name: Run Bootstrap and Configure
- name: Run Bootstrap and Configure
env:
CXX: ${{ matrix.cxx }}
F77: ${{ matrix.f77 }}
Expand Down

0 comments on commit f1d3350

Please sign in to comment.