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 741194e commit 9d5f890
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,15 @@ jobs:
- name: Replace Makefile.am
if: matrix.name == 'ubuntu-f2c'
run: rm Makefile.am && mv Makefile_f2c.am Makefile.am

- name: Run Bootstrap and Configure

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

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

0 comments on commit 9d5f890

Please sign in to comment.