From 8d0fd90fb0561e463ce604e0f0f87a10f5ce9c49 Mon Sep 17 00:00:00 2001 From: Ansgar Wehrhahn Date: Wed, 2 Dec 2020 16:14:06 +0100 Subject: [PATCH] Update make.yml --- .github/workflows/make.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 549502d..249f35f 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -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 @@ -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'