Skip to content

Commit e25cfa3

Browse files
committed
Appveyor windows error fix
1 parent 5002715 commit e25cfa3

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
@@ -19,8 +19,8 @@ environment:
1919
install:
2020

2121
- SET PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
22-
- if [%PLATFORM%] == [x64] set DEVKIT=C:\Ruby21-x64\DevKit
23-
- if [%PLATFORM%] == [Win32] set DEVKIT=C:\Ruby21\DevKit
22+
- if [%PLATFORM%] == [x64] set DEVKIT=C:\Ruby23-x64\DevKit
23+
- if [%PLATFORM%] == [Win32] set DEVKIT=C:\Ruby23\DevKit
2424
- "%DEVKIT%\\devkitvars.bat"
2525
- gem install bundler --no-rdoc --no-ri
2626
- bundler env

0 commit comments

Comments
 (0)