We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444e2f0 commit 27ac0c5Copy full SHA for 27ac0c5
appveyor.yml
@@ -32,7 +32,7 @@ test_script:
32
- cargo test --release --all-features
33
# Get ourselves a MIR-full libstd, and use it henceforth
34
- cargo run --release --all-features --bin cargo-miri -- miri setup
35
- - set MIRI_SYSROOT=%USERPROFILE%\AppData\Local\miri
+ - set MIRI_SYSROOT=%USERPROFILE%\AppData\Local\miri\miri\cache
36
# Test miri with full MIR
37
38
0 commit comments