Skip to content

Commit

Permalink
Add gfortran to mac build-from-source job
Browse files Browse the repository at this point in the history
  • Loading branch information
ju-manns committed Mar 5, 2024
1 parent 8c06e0c commit 87a63d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_from_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
- uses: actions/checkout@v3
- uses: msys2/setup-msys2@v2
if: (matrix.os == 'windows-latest') || (matrix.os == 'windows-2019')

- name: Setup GNU Fortran for Mac
if: (matrix.os == 'macos-latest') || (matrix.os == 'macos-14')
uses: fortran-lang/setup-fortran@v1

- name: Instance dependencies for Mac
if: (matrix.os == 'macos-latest') || (matrix.os == 'macos-14')
Expand Down

0 comments on commit 87a63d8

Please sign in to comment.