Skip to content

Commit

Permalink
Manually verify netcdf-mpi prefix path
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrigor committed Oct 30, 2024
1 parent 64801d3 commit 387ebfe
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: TSMP2 Build

# Controls when the action will run.
on: [push, pull_request]
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
eclm_build_job:
Expand Down Expand Up @@ -47,6 +51,11 @@ jobs:
run: |
mkdir -p ${CMAKE_PREFIX_PATH} ${MODEL_DIR}
- name: Introspect netcdf-mpi
run: |
NETCDF_PREFIX=$(pkg-config --variable=prefix netcdf-mpi)
ls ${NETCDF_PREFIX}/include
#
# OASIS3-MCT
#
Expand Down

0 comments on commit 387ebfe

Please sign in to comment.