Skip to content

Commit

Permalink
Merge pull request #277 from JonathonMisiewicz/patch-1
Browse files Browse the repository at this point in the history
Patch to circumvent #274
  • Loading branch information
evaleev authored Nov 1, 2023
2 parents ca32e0c + 318b93c commit f70cd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install prerequisite MacOS packages
if: ${{ steps.skip_check.outputs.should_skip != 'true' && matrix.os == 'macos-latest' }}
run: |
brew install ninja gcc@10 boost eigen bison ccache automake python3 numpy scipy
brew install ninja gcc@10 boost eigen bison ccache automake [email protected] numpy scipy
echo "FC=/usr/local/bin/gfortran-10" >> $GITHUB_ENV
echo "EIGEN3_INCLUDE_DIR=/usr/local/include/eigen3" >> $GITHUB_ENV
Expand Down

0 comments on commit f70cd32

Please sign in to comment.