Skip to content

Commit

Permalink
Try to fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
OTL committed Sep 30, 2020
1 parent 437376c commit e5d9c70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e5d9c70

Please sign in to comment.