Navigation Menu

Skip to content

Commit

Permalink
appveyor: use non-ASCII for install folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 20, 2018
1 parent 57cf8ad commit 8eb1d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -49,7 +49,7 @@ install:
} else {
$Env:GROONGA_INSTALL_FOLDER += "-x64"
}
$Env:FULL_GROONGA_INSTALL_FOLDER = $Env:APPVEYOR_BUILD_FOLDER + "\" + $Env:GROONGA_INSTALL_FOLDER
$Env:FULL_GROONGA_INSTALL_FOLDER = $Env:APPVEYOR_BUILD_FOLDER + "\インストール\" + $Env:GROONGA_INSTALL_FOLDER
build_script:
- git submodule update --init
Expand Down

0 comments on commit 8eb1d69

Please sign in to comment.