Skip to content

Commit

Permalink
Crash fix
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 9, 2024
1 parent 0bfcd84 commit dbcc819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JAVA_TOOL_OPTIONS: "-Dfile.encoding=UTF-8 -Djna.library.path=${{ env.Python3_ROOT_DIR }}"
SCALAPY_PYTHON_LIBRARY: "python311"
PHP_PARSER_BIN: "${{ env.GITHUB_WORKSPACE }}\\platform\\frontends\\php2atom\\vendor\\bin\\php-parse"
PHP_PARSER_BIN: "$env:GITHUB_WORKSPACE\\platform\\frontends\\php2atom\\vendor\\bin\\php-parse"
if: runner.os == 'Windows'

0 comments on commit dbcc819

Please sign in to comment.