diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b4ada65c..2f4de2b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,8 +82,13 @@ jobs: if: ${{ matrix.os.preset == 'mac' && matrix.os.name == 'macOS-Intel' }} shell: arch -x86_64 /bin/bash -e {0} run: | + which brew + echo $PATH eval "$(/usr/local/bin/brew shellenv)" - /usr/local/bin/brew bundle install + which brew + echo $PATH + echo "PATH=$PATH" >> $GITHUB_ENV # modify $PATH for future steps so the Intel Brew and its installs are enshrined as the default + brew bundle install file /usr/local/bin/cmake - name: Install Linux dependencies