From e5d9c70d366bd7694ce77ac5b566581966b51c81 Mon Sep 17 00:00:00 2001 From: Takashi Ogura Date: Wed, 30 Sep 2020 22:09:52 +0900 Subject: [PATCH] Try to fix appveyor --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index af6af13..176e389 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -54,7 +54,8 @@ test_script: before_deploy: # TODO Update this to build the artifacts that matter to you - - cargo rustc --target %TARGET% --release --bin urdf-viz -- -C lto +# - cargo rustc --target %TARGET% --release --bin urdf-viz -- -C lto + - cargo rustc --target %TARGET% --release --bin urdf-viz - ps: ci\before_deploy.ps1 deploy: