Skip to content

Commit 0b69334

Browse files
committed
Try a different install directory of sbt
sbt/sbt#5587
1 parent 92040b9 commit 0b69334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ matrix:
88

99
init:
1010
- ps: Install-Product node $env:NODEJS_VERSION
11-
- cmd: choco install sbt --version 1.3.12
12-
- cmd: refreshenv
11+
- cmd: choco install sbt --version 1.3.12 -ia "INSTALLDIR=""C:\sbt"""
12+
- cmd: SET PATH=C:\sbt\bin;%PATH%
1313
- cmd: SET "SBT_OPTS=-Xmx4g -Xms4m"
1414
build_script:
1515
- cmd: sbt dotty-bootstrapped/compile

0 commit comments

Comments
 (0)