Skip to content

Commit

Permalink
appveyor: raco --auto
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Jan 13, 2016
1 parent 253c7f5 commit a365b91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/appveyor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ path C:\Perl522\perl\bin;%path%;C:\Lua;C:\Tcl\bin;C:\Ruby22\bin;C:\Program Files

:: Install additional packages for Racket
raco pkg install scheme-lib
raco pkg install r5rs-lib
raco pkg install --auto r5rs-lib
@echo off
goto :eof

Expand Down Expand Up @@ -133,7 +133,7 @@ path C:\Perl522\perl\bin;%path%;C:\Lua;C:\Tcl\bin;C:\Ruby22-x64\bin;C:\Program F

:: Install additional packages for Racket
raco pkg install scheme-lib
raco pkg install r5rs-lib
raco pkg install --auto r5rs-lib
@echo off
goto :eof

Expand Down

0 comments on commit a365b91

Please sign in to comment.