Skip to content

Commit

Permalink
(github) further bug fix in macOS fortran installation workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed May 17, 2024
1 parent 113767f commit cfdbddb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/krome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
PREFIX: /usr/local/
PHANTOM_DIR: ${{ github.workspace }}
KROMEPATH: ${{ github.workspace }}/krome
FC: gfortran # default if not overwritten by matrix

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -37,8 +38,6 @@ jobs:
- name: install Fortran compiler on macOS
if: matrix.os == 'macos-latest'
run: brew install gfortran
env:
FC: gfortran

#- uses: fortran-lang/setup-fortran@v1
# with:
Expand Down

0 comments on commit cfdbddb

Please sign in to comment.