Skip to content

Commit

Permalink
netcdf 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 7, 2023
1 parent 221b10c commit 020fae7
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 @@ -122,6 +122,14 @@ jobs:
working-directory: modflow6
run: pkg-config --variable pc_path pkg-config

- name: Show pc paths
working-directory: modflow6
run: cat /home/runner/micromamba/envs/modflow6/lib/pkgconfig/netcdf.pc

- name: Show pc paths
working-directory: modflow6
run: cat /home/runner/micromamba/envs/modflow6/lib/pkgconfig/netcdf-fortran.pc

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

0 comments on commit 020fae7

Please sign in to comment.