]> git.lizzy.rs Git - rust.git/commitdiff
try to fix Windows CI
authorRalf Jung <post@ralfj.de>
Thu, 18 Apr 2019 14:44:43 +0000 (16:44 +0200)
committerRalf Jung <post@ralfj.de>
Thu, 18 Apr 2019 14:44:43 +0000 (16:44 +0200)
.appveyor.yml

index 5b77b1895a6313a94aeaffff9a9a16be578181ef..438a65880b8704efeba691c1af4addd3fecfb112 100644 (file)
@@ -30,7 +30,7 @@ install:
 build_script:
     - set RUST_TEST_NOCAPTURE=1
     - set RUST_BACKTRACE=1
-    - set RUSTFLAGS="-C debug-assertions"
+    - set RUSTFLAGS=-C debug-assertions
     # Build and install miri
     - cargo build --release --all-features --all-targets
     - cargo install --all-features --force --path .