Skip to content

Commit

Permalink
Add mpiuni to ESMF dir name
Browse files Browse the repository at this point in the history
since might add an mpi one in the future
  • Loading branch information
zmoon committed May 7, 2024
1 parent ed80ff9 commit ed748ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
gcc="${{ matrix.gcc_major_version }}"
esmf_base=$HOME/esmf
export ESMF_DIR=${esmf_base}/${v}-gcc-${gcc}
export ESMF_DIR=${esmf_base}/${v}-gcc-${gcc}-mpiuni
mkdir -p $ESMF_DIR
cd $esmf_base
wget https://github.com/esmf-org/esmf/archive/refs/tags/v${v}.tar.gz
Expand Down

0 comments on commit ed748ba

Please sign in to comment.