Skip to content

Commit

Permalink
Patch for macos deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nichollsh committed Nov 22, 2024
1 parent 8874da4 commit 16a813e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
CXX: g++
FC: gfortran
- os: macos-latest
INSTALL_DEPS: brew unlink pkg-config; brew uninstall --force pkg-config; brew install gfortran netcdf netcdf-fortran
INSTALL_DEPS: brew uninstall --force pkg-config; brew install gfortran netcdf netcdf-fortran
CC: gcc
CXX: g++
FC: gfortran
Expand Down

0 comments on commit 16a813e

Please sign in to comment.