From 107b8b8ed920f286a21273785a1deeacf0d68799 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 18 Apr 2019 16:44:43 +0200 Subject: [PATCH] try to fix Windows CI --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 5b77b1895a6..438a65880b8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 . -- 2.44.0