Skip to content

Commit d754713

Browse files
committed
Fix java env formatting
1 parent 75bdacf commit d754713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# Maven surefire plugin (unit tests) allows us to specify JVM to run the tests.
7474
# https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#jvm
7575
# run: echo "SUREFIRE_JVM_OPT=-Djvm=${JAVA_HOME}/bin/java" >> $GITHUB_ENV
76-
run: echo "JAVA=${JAVA_HOME}/bin/java" >> $GITHUB_ENV
76+
run: echo "JAVA=${JAVA_HOME}\bin\java" >> $GITHUB_ENV
7777
shell: bash
7878
- uses: actions/setup-java@v4
7979
with:

0 commit comments

Comments
 (0)