Navigation Menu

Skip to content

Commit

Permalink
appveyor: use ja_JP locale to test install path in Japanese
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 22, 2018
1 parent de6e9ac commit f68c922
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Expand Up @@ -26,6 +26,10 @@ notifications:
on_build_status_changed: true

init:
- ps: Set-WinSystemLocale ja-JP
- ps: Start-Sleep -s 5
- ps: Restart-Computer

- set PATH=C:\Ruby22\bin;%PATH%
- set PATH=C:\msys64\usr\bin;%PATH%
- call
Expand Down

0 comments on commit f68c922

Please sign in to comment.