Skip to content

Commit

Permalink
Merge pull request #346 from OpenChemistry/fix-mac-ci
Browse files Browse the repository at this point in the history
Install gfortran-9 for mac CI
  • Loading branch information
psavery authored Apr 11, 2023
2 parents ead301b + 2f3faa5 commit eba23f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ jobs:
run: |
sudo ln -s /usr/local/opt/[email protected] /usr/local/ssl
- name: Install gfortan-9 (MacOSX)
if: ${{ matrix.config.name == 'MacOSX'}}
run: |
brew install gcc@9
- name: Make build directory
run: |
mkdir build
Expand Down

0 comments on commit eba23f5

Please sign in to comment.