Skip to content

Commit

Permalink
Merge pull request #425 from ptrdom/fix-appveyor
Browse files Browse the repository at this point in the history
Fix AppVeyor
  • Loading branch information
sjrd authored May 14, 2022
2 parents bb4f90e + c4b4115 commit 8bd7b4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
version: '{build}'
os: Windows Server 2012
install:
- ps: Install-Product node 12
- cmd: choco install sbt --version 1.4.0 -ia "INSTALLDIR=""C:\sbt"""
- ps: Install-Product node 16.14.2
- cmd: npm install -g [email protected]
- cmd: choco install sbt --version 1.6.2 -ia "INSTALLDIR=""C:\sbt"""
- cmd: SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH%
- cmd: SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4g
build: off
Expand Down

0 comments on commit 8bd7b4f

Please sign in to comment.