From edec77762d7a3ac1d1eb1636f1eada4871f82783 Mon Sep 17 00:00:00 2001 From: Andreas Eknes Lie Date: Tue, 21 May 2024 12:12:14 +0200 Subject: [PATCH] Install gcc and gfortran using brew --- .github/workflows/bundle_with_dakota_macos.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/bundle_with_dakota_macos.yml b/.github/workflows/bundle_with_dakota_macos.yml index f043f16b..3c7ccf73 100644 --- a/.github/workflows/bundle_with_dakota_macos.yml +++ b/.github/workflows/bundle_with_dakota_macos.yml @@ -88,6 +88,10 @@ jobs: key: ${{ matrix.os }}_python-${{ matrix.python-version }}_boost-${{ inputs.BOOST_VERSION }}_dakota-${{ inputs.DAKOTA_VERSION }} path: ${{ github.workspace }}/python-${{ matrix.python-version}}_boost-${{ inputs.BOOST_VERSION }}_dakota-${{ inputs.DAKOTA_VERSION }}.tar.gz + - name: Install brew gcc + if: steps.cache-package.outputs.cache-hit != 'true' + run: brew install gcc + - name: Install dependencies if: steps.cache-package.outputs.cache-hit != 'true' run: |