This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch OPENNLP-1688 in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/OPENNLP-1688 by this push: new e6fc9458 x e6fc9458 is described below commit e6fc9458e583001a7d9b7de2ab376a09096f04ed Author: Richard Zowalla <r...@apache.org> AuthorDate: Fri Jan 17 13:04:37 2025 +0100 x --- .github/workflows/shell-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/shell-tests.yml b/.github/workflows/shell-tests.yml index 54da3d1a..fa4741ec 100644 --- a/.github/workflows/shell-tests.yml +++ b/.github/workflows/shell-tests.yml @@ -166,6 +166,7 @@ jobs: $EXTRACTED_DIR = (tar -tf $TAR_FILE.FullName | Select-Object -First 1).Split('/')[0] # Set OPENNLP_HOME dynamically in the environment + Write-Host "OPENNLP_HOME=$env:USERPROFILE\$EXTRACTED_DIR" # Debugging echo "OPENNLP_HOME=$env:USERPROFILE\$EXTRACTED_DIR" >> $GITHUB_ENV echo "$env:USERPROFILE\$EXTRACTED_DIR\bin" >> $GITHUB_PATH