Skip to content

Commit 08f187d

Browse files
committed
ci: Escape windows path delimiter in yaml
1 parent fe00f4b commit 08f187d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ environment:
2222
# Update Java for sonar scanner, cf.:
2323
# - https://docs.sonarqube.org/latest/setup/upgrade-notes/
2424
# - https://www.appveyor.com/docs/windows-images-software/#java
25-
JAVA_HOME: "C:\Program Files\Java\jdk11"
25+
JAVA_HOME: "C:\\Program Files\\Java\\jdk11"
2626
#--- https://ci.appveyor.com/tools/encrypt
2727
SONAR_LOGIN:
2828
secure: BNJM0k+NLqZbdMn08BK3wsjO8Hy7kbpRjsQr8VAhl98bmbLs75+BW457TVIJi5d3

0 commit comments

Comments
 (0)