Skip to content

Commit

Permalink
Update ci-osx.yml add gfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwright77 authored Oct 28, 2023
1 parent dbf266a commit 16db07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Get xquartz pt 2
run: brew install --cask xquartz
- name: Install AORSA deps
run: brew install open-mpi scalapack giza netcdf-fortran
run: brew install gfortran open-mpi scalapack giza netcdf-fortran
- name: Build
run: make
- name: Test
Expand Down

0 comments on commit 16db07f

Please sign in to comment.