Skip to content

Commit

Permalink
netcdf 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 7, 2023
1 parent 5ebaff4 commit 221b10c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@ jobs:
working-directory: modflow6
run: pkg-config netcdf-fortran --libs

- name: Echo PKG_CONFIG_PATH
working-directory: modflow6
run: echo $PKG_CONFIG_PATH

- name: Show pc paths
working-directory: modflow6
run: pkg-config --variable pc_path pkg-config

- name: Build modflow6
working-directory: modflow6
run: |
Expand Down

0 comments on commit 221b10c

Please sign in to comment.