Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jun 21, 2024
1 parent c9b493f commit f354a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/buildshare/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
mkdir build-share
pushd build-share
# this is machine specific
export LDFLAGS="-L/usr/lib/x86_64-linux-gnu -lnetcdf -lnetcdff"
export LDFLAGS="-L/usr/lib/x86_64-linux-gnu -lnetcdf -lnetcdff -lpnetcdf"
export PFUNIT_DIR=${{ inputs.pfunit_root }}/build
export ESMFMKFILE=${{ inputs.esmfmkfile }}
export PIO_ROOT=${{ inputs.pio_path }}
Expand Down

0 comments on commit f354a83

Please sign in to comment.