Skip to content

Commit

Permalink
test reinstall of gcc to find gfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
sfarrens committed Oct 13, 2024
1 parent 43ce60e commit 354aa18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
if: runner.os == 'macOS'
run: |
brew tap sfarrens/sf
brew install bigmac gfortran libomp
brew install bigmac libomp
brew reinstall gcc
- name: Set up conda
uses: conda-incubator/setup-miniconda@v3
Expand Down

0 comments on commit 354aa18

Please sign in to comment.