Skip to content

Commit

Permalink
fix AppVeyor MIRI_SYSROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Nov 27, 2018
1 parent 444e2f0 commit 27ac0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test_script:
- cargo test --release --all-features
# Get ourselves a MIR-full libstd, and use it henceforth
- cargo run --release --all-features --bin cargo-miri -- miri setup
- set MIRI_SYSROOT=%USERPROFILE%\AppData\Local\miri
- set MIRI_SYSROOT=%USERPROFILE%\AppData\Local\miri\miri\cache
# Test miri with full MIR
- cargo test --release --all-features

Expand Down

0 comments on commit 27ac0c5

Please sign in to comment.