Skip to content

Commit e6fc945

Browse files
committed
x
1 parent 914707e commit e6fc945

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/shell-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ jobs:
166166
$EXTRACTED_DIR = (tar -tf $TAR_FILE.FullName | Select-Object -First 1).Split('/')[0]
167167
168168
# Set OPENNLP_HOME dynamically in the environment
169+
Write-Host "OPENNLP_HOME=$env:USERPROFILE\$EXTRACTED_DIR" # Debugging
169170
echo "OPENNLP_HOME=$env:USERPROFILE\$EXTRACTED_DIR" >> $GITHUB_ENV
170171
echo "$env:USERPROFILE\$EXTRACTED_DIR\bin" >> $GITHUB_PATH
171172

0 commit comments

Comments
 (0)