Skip to content

Commit

Permalink
Merge pull request #598 from jkloetzke/fix-gh-java-windows
Browse files Browse the repository at this point in the history
workflow: fix java selection on Windows
  • Loading branch information
jkloetzke authored Nov 2, 2024
2 parents 81b02ca + 9438f5f commit b014848
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ jobs:
run: |
git config --global init.defaultBranch master # keep the old name
git config --global protocol.file.allow always # roll back CVE-2022-39253
$env:PATH = "$env:JAVA_HOME_11_X64\bin;$env:PATH;C:\msys64\usr\bin"
$env:JAVA_HOME = "$env:JAVA_HOME_11_X64"
$env:PATH = "$env:PATH;C:\msys64\usr\bin"
bash ./test/run-tests.sh -c xml
- name: Upload coverage to Codecov
Expand Down

0 comments on commit b014848

Please sign in to comment.