From e2d75bf1a9d49b94254499b966d42a9ae994a499 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Wed, 17 May 2017 14:10:39 +0900 Subject: [PATCH] fix file path --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 745afa8..cd8d102 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,7 +18,7 @@ build_script: - mkdir build - cd build - git clone https://github.com/toml-lang/toml.git - - file --mime-encoding toml/example/hard_example_unicode.toml + - file --mime-encoding toml/tests/hard_example_unicode.toml - cmake -G"%generator%" -DBOOST_ROOT=C:/Libraries/boost_1_63_0 .. - cmake --build . --config "%configuration%"