Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jun 21, 2024
1 parent 8f47f40 commit 7fbe5d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/buildshare/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ inputs:
default: $HOME/ESMF/lib/libg/Linux.gfortran.64.openmpi.default/esmf.mk
required: False
type: string
pfunit_root:
description: 'Path to installed pfunit library'
default: $GITHUB_WORKSPACE/pfunit
required: False
type: string
src_root:
description: 'Path to share source'
default: $GITHUB_WORKSPACE
Expand All @@ -39,6 +44,7 @@ runs:
run: |
mkdir build-share
pushd build-share
export PFUNIT_ROOT=${{ inputs.pfunit_root }}
export ESMFMKFILE=${{ inputs.esmfmkfile }}
export PIO_ROOT=${{ inputs.pio_path }}
cmake ${{ inputs.cmake_flags }} ${{ inputs.src_root }}
Expand Down

0 comments on commit 7fbe5d7

Please sign in to comment.