Skip to content

Commit

Permalink
Update windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
retiutut committed Jul 28, 2023
1 parent e52bd30 commit 307470f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:

- name: Check processing-java command
run: |
echo %GITHUB_WORKSPACE%\temp\processing-4.2 | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
setx path "%PATH%;%GITHUB_WORKSPACE%\temp\processing-4.2"
processing-java --help
shell: pwsh
shell: cmd

- name: Run Unit Tests
run: |
Expand Down

0 comments on commit 307470f

Please sign in to comment.