Skip to content

Commit

Permalink
update PIO to PIO_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jun 17, 2024
1 parent e3838b5 commit 88c88dd
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 @@ -40,7 +40,7 @@ runs:
mkdir build-share
pushd build-share
export ESMFMKFILE=${{ inputs.esmfmkfile }}
export PIO=${{ inputs.pio_path }}
export PIO_ROOT=${{ inputs.pio_path }}
cmake ${{ inputs.cmake_flags }} ${{ inputs.src_root }}
make VERBOSE=1
popd

0 comments on commit 88c88dd

Please sign in to comment.