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 bf25177 commit 8d0fd90
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
outputs: lib share
- name: macos-f2c
runs_on: macos-latest
packages: automake libtool
taps: FranklinChen/tap
packages: automake libtool f2c
cxx: gcc-9
outputs: lib share

Expand All @@ -88,11 +89,7 @@ jobs:

- name: Install packages
if: matrix.runs_on == 'macos-latest'
run: brew install ${{ matrix.packages }}

- name: Install F2C
if: matrix.name == 'macos-f2c'
run: brew tap opm/opm libf2c
run: brew tap ${{ matrix.taps }} && brew install ${{ matrix.packages }}

- name: Run F2C
if: matrix.name == 'ubuntu-f2c' || matrix.name == 'windows-f2c' || matrix.name == 'macos-f2c'
Expand Down

0 comments on commit 8d0fd90

Please sign in to comment.