We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92040b9 commit 0b69334Copy full SHA for 0b69334
.appveyor.yml
@@ -8,8 +8,8 @@ matrix:
8
9
init:
10
- ps: Install-Product node $env:NODEJS_VERSION
11
- - cmd: choco install sbt --version 1.3.12
12
- - cmd: refreshenv
+ - cmd: choco install sbt --version 1.3.12 -ia "INSTALLDIR=""C:\sbt"""
+ - cmd: SET PATH=C:\sbt\bin;%PATH%
13
- cmd: SET "SBT_OPTS=-Xmx4g -Xms4m"
14
build_script:
15
- cmd: sbt dotty-bootstrapped/compile
0 commit comments