Skip to content

Commit 27ac0c5

Browse files
committed
fix AppVeyor MIRI_SYSROOT
1 parent 444e2f0 commit 27ac0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ test_script:
3232
- cargo test --release --all-features
3333
# Get ourselves a MIR-full libstd, and use it henceforth
3434
- cargo run --release --all-features --bin cargo-miri -- miri setup
35-
- set MIRI_SYSROOT=%USERPROFILE%\AppData\Local\miri
35+
- set MIRI_SYSROOT=%USERPROFILE%\AppData\Local\miri\miri\cache
3636
# Test miri with full MIR
3737
- cargo test --release --all-features
3838

0 commit comments

Comments
 (0)